|
|
@ -29,79 +29,82 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (uni.getStorageSync('identity') == '1') { |
|
|
|
if (uni.getStorageSync('identity') == '实操教练') { |
|
|
|
//教练 |
|
|
|
_this.list = [{ |
|
|
|
"pagePath": "/pages/tabbar/statistics/index", |
|
|
|
"text": "首页", |
|
|
|
"iconPath": "../../static/images/tabbar/tj.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/tjActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/tj.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/tjActive.png") |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "/pages/tabbar/examSimulation/index", |
|
|
|
"text": "考场模拟", |
|
|
|
"iconPath": "../../static/images/tabbar/kc.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/kcActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/kc.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/kcActive.png") |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "/pages/tabbar/operateTrain/index", |
|
|
|
"text": "实操训练", |
|
|
|
"iconPath": "../../static/images/tabbar/sc.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/scActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/sc.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/scActive.png") |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "/pages/tabbar/student/index", |
|
|
|
"text": "学员", |
|
|
|
"iconPath": "../../static/images/tabbar/xy.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/xyActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/xy.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/xyActive.png") |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "/pages/tabbar/mine/index", |
|
|
|
"text": "我的", |
|
|
|
"iconPath": "../../static/images/tabbar/wd.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/wdActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/wd.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/wdActive.png") |
|
|
|
} |
|
|
|
] |
|
|
|
} else if(uni.getStorageSync('identity') == '2') { |
|
|
|
} else if(uni.getStorageSync('identity') == '校长') { |
|
|
|
//校长 |
|
|
|
_this.list = [{ |
|
|
|
"pagePath": "/pages/tabbar/statistics/index", |
|
|
|
"text": "统计", |
|
|
|
"iconPath": "../../static/images/tabbar/tj.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/tjActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/tj.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/tjActive.png") |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "/pages/tabbar/student/index", |
|
|
|
"text": "学员", |
|
|
|
"iconPath": "../../static/images/tabbar/xy.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/xyActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/xy.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/xyActive.png") |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "/pages/tabbar/mine/index", |
|
|
|
"text": "我的", |
|
|
|
"iconPath": "../../static/images/tabbar/wd.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/wdActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/wd.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/wdActive.png") |
|
|
|
} |
|
|
|
] |
|
|
|
}else { |
|
|
|
}else if(uni.getStorageSync('identity') == '考场模拟教练'){ |
|
|
|
_this.list = [{ |
|
|
|
"pagePath": "/pages/tabbar/statistics/index", |
|
|
|
"text": "统计", |
|
|
|
"iconPath": "../../static/images/tabbar/tj.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/tjActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/tj.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/tjActive.png") |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "/pages/tabbar/examSimulation/index", |
|
|
|
"text": "预约记录", |
|
|
|
"iconPath": "../../static/images/tabbar/kc.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/kcActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/kc.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/kcActive.png") |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "/pages/tabbar/mine/index", |
|
|
|
"text": "我的", |
|
|
|
"iconPath": "../../static/images/tabbar/wd.png", |
|
|
|
"selectedIconPath": "../../static/images/tabbar/wdActive.png" |
|
|
|
"iconPath": require("../../static/images/tabbar/wd.png"), |
|
|
|
"selectedIconPath": require("../../static/images/tabbar/wdActive.png") |
|
|
|
}] |
|
|
|
}else { |
|
|
|
// 模拟器老师 |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|