zhuhao_dev #324

Merged
zhuhao merged 9 commits from zhuhao_dev into main 2024-10-16 14:32:52 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0bb03dad5e - Show all commits

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>', '', {