Commit 40889a63 authored by Mac's avatar Mac

1

parent 8385ff58
...@@ -259,6 +259,7 @@ import tabbars from '@/components/tabbar/index'; ...@@ -259,6 +259,7 @@ import tabbars from '@/components/tabbar/index';
fullDate:'', fullDate:'',
dotList:[], dotList:[],
WeekStr:'', WeekStr:'',
firsttime:true,
} }
}, },
onLoad(options) { onLoad(options) {
...@@ -297,11 +298,12 @@ import tabbars from '@/components/tabbar/index'; ...@@ -297,11 +298,12 @@ import tabbars from '@/components/tabbar/index';
}else{ }else{
if(this.showteacher==1){ if(this.showteacher==1){
this.msg.TeacherId = this.u.UserTeacher this.msg.TeacherId = this.u.UserTeacher
this.init() // this.init()
} }
this.getPointCourseClassList() this.getPointCourseClassList()
this.getTeacherList() this.getTeacherList()
this.init()
this.firsttime=false
} }
}, },
...@@ -428,8 +430,11 @@ import tabbars from '@/components/tabbar/index'; ...@@ -428,8 +430,11 @@ import tabbars from '@/components/tabbar/index';
if(this.showteacher==1){ if(this.showteacher==1){
this.msg.TeacherId = this.u.UserTeacher this.msg.TeacherId = this.u.UserTeacher
} }
if(this.firsttime == false){
this.init() this.init()
} }
}
}, },
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