暂时取消APT的上课判断
This commit is contained in:
parent
f209bc673f
commit
0bb03dad5e
|
@ -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>', '', {
|
||||
|
|
Loading…
Reference in New Issue