暂时取消APT的上课判断

This commit is contained in:
朱浩 2024-10-11 16:40:07 +08:00
parent f209bc673f
commit 0bb03dad5e
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ export default {
},
clickStartClass(item) {
this.getOpenCourse().then(res=>{
if(!res){
if(!res||!res.bookImg){
this.$emit('on-start-class', item)
}else{
ElMessageBox.alert('<strong>上次课程尚未结束,是否继续上课?</strong>', '', {