This commit is contained in:
zhangsir
2023-11-23 14:36:28 +08:00
parent 11d807cb88
commit fcb9082629
3 changed files with 8 additions and 4 deletions

View File

@@ -359,6 +359,14 @@
type: 'error'
});
}
}).catch(error=>{
setTimeout(function() {
uni.hideLoading();
}, 100);
this.$refs.messager.show({
message: '课程不存在或已被删除',
type: 'error'
});
});
},
loadAuthorInfo(list, ids) {