Commit 40889a63 authored by Mac's avatar Mac

1

parent 8385ff58
......@@ -259,6 +259,7 @@ import tabbars from '@/components/tabbar/index';
fullDate:'',
dotList:[],
WeekStr:'',
firsttime:true,
}
},
onLoad(options) {
......@@ -297,11 +298,12 @@ import tabbars from '@/components/tabbar/index';
}else{
if(this.showteacher==1){
this.msg.TeacherId = this.u.UserTeacher
this.init()
// this.init()
}
this.getPointCourseClassList()
this.getTeacherList()
this.init()
this.firsttime=false
}
},
......@@ -428,7 +430,10 @@ import tabbars from '@/components/tabbar/index';
if(this.showteacher==1){
this.msg.TeacherId = this.u.UserTeacher
}
this.init()
if(this.firsttime == false){
this.init()
}
}
},
init(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment