版本升级
This commit is contained in:
@@ -1036,8 +1036,14 @@ function videoListUpdata() {
|
||||
/**
|
||||
* @param {type} = [start,end]
|
||||
*/
|
||||
const playStatusChange = debounce((data) => {
|
||||
Api.playStatus(data);
|
||||
const playStatusChange = debounce(async (data) => {
|
||||
try {
|
||||
const res = await Api.playStatus(data);
|
||||
console.log('playStatusChange.res', res);
|
||||
} catch (error) {
|
||||
console.log('playStatusChange.error', error);
|
||||
emits('errorHandle', error);
|
||||
}
|
||||
}, 2000);
|
||||
|
||||
defineExpose({
|
||||
|
||||
Reference in New Issue
Block a user