Commit 2dd615bf authored by Mac's avatar Mac

1

parent 1eeb1fa4
...@@ -262,6 +262,7 @@ import tabbars from '@/components/tabbar/index'; ...@@ -262,6 +262,7 @@ import tabbars from '@/components/tabbar/index';
if(options && options.CourseClassId){ if(options && options.CourseClassId){
this.msg.CourseClassId = options.CourseClassId this.msg.CourseClassId = options.CourseClassId
this.current=1 this.current=1
this.showtabbars=false
} }
if(options && options.showtabbars){//判断是否显示标题栏 if(options && options.showtabbars){//判断是否显示标题栏
if(options.showtabbars ==1){ if(options.showtabbars ==1){
...@@ -271,6 +272,8 @@ import tabbars from '@/components/tabbar/index'; ...@@ -271,6 +272,8 @@ import tabbars from '@/components/tabbar/index';
if(options && options.teacher){//判断是否个人老师进入页面 if(options && options.teacher){//判断是否个人老师进入页面
this.showteacher = options.teacher; this.showteacher = options.teacher;
this.list= [{name: '综合排序'}, {name: '课程'}] this.list= [{name: '综合排序'}, {name: '课程'}]
this.showtabbars=false
this.pageTitle='排课'
} }
// this.msg.SelectStartTime = formatDate(new Date(), 'yyyy-MM-dd'), // this.msg.SelectStartTime = formatDate(new Date(), 'yyyy-MM-dd'),
// this.msg.SelectEndTime = formatDate(new Date(), 'yyyy-MM-dd'), // this.msg.SelectEndTime = formatDate(new Date(), 'yyyy-MM-dd'),
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
}, },
goappointment(item){ goappointment(item){
uni.navigateTo({ uni.navigateTo({
url: '/pages/appointment/appointment?CourseClassId='+item.ID+'&showtabbars=1' url: '/pages/appointment/appointment?CourseClassId='+item.ID
}); });
} }
......
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