mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-16 14:26:46 +08:00
简化
This commit is contained in:
@@ -359,6 +359,14 @@
|
||||
type: 'error'
|
||||
});
|
||||
}
|
||||
}).catch(error=>{
|
||||
setTimeout(function() {
|
||||
uni.hideLoading();
|
||||
}, 100);
|
||||
this.$refs.messager.show({
|
||||
message: '课程不存在或已被删除',
|
||||
type: 'error'
|
||||
});
|
||||
});
|
||||
},
|
||||
loadAuthorInfo(list, ids) {
|
||||
|
||||
Reference in New Issue
Block a user