diff --git a/common/js/mixins.js b/common/js/mixins.js index 157bc75..d270d6b 100644 --- a/common/js/mixins.js +++ b/common/js/mixins.js @@ -22,5 +22,6 @@ export default { setTimeout(()=>{ uni.stopPullDownRefresh() },1500) + }, } \ No newline at end of file diff --git a/components/UserTab/UserTab.vue b/components/UserTab/UserTab.vue index c2c9d85..77eb3c6 100644 --- a/components/UserTab/UserTab.vue +++ b/components/UserTab/UserTab.vue @@ -92,39 +92,6 @@ "selectedIconPath": require("../../static/images/tabbar/wdActive.png") } ] - }else if(this.identity == '考场模拟教练'){ - this.list = [{ - "pagePath": "/pages/tabbar/statistics/index", - "text": "统计", - "iconPath": require("../../static/images/tabbar/tj.png"), - "selectedIconPath": require("../../static/images/tabbar/tjActive.png") - }, - { - "pagePath": "/pages/tabbar/examSimulation/index", - "text": "预约记录", - "iconPath": require("../../static/images/tabbar/kc.png"), - "selectedIconPath": require("../../static/images/tabbar/kcActive.png") - }, - { - "pagePath": "/pages/tabbar/mine/index", - "text": "我的", - "iconPath": require("../../static/images/tabbar/wd.png"), - "selectedIconPath": require("../../static/images/tabbar/wdActive.png") - }] - }else if(this.identity == '模拟器老师'){ - this.list = [ - { - "pagePath": "/pages/tabbar/examSimulation/index", - "text": "学员评价", - "iconPath": require("../../static/images/tabbar/kc.png"), - "selectedIconPath": require("../../static/images/tabbar/kcActive.png") - }, - { - "pagePath": "/pages/tabbar/mine/index", - "text": "我的", - "iconPath": require("../../static/images/tabbar/wd.png"), - "selectedIconPath": require("../../static/images/tabbar/wdActive.png") - }] } } } diff --git a/pages.json b/pages.json index c8b4433..362bdff 100644 --- a/pages.json +++ b/pages.json @@ -19,15 +19,6 @@ } }, { - "path": "pages/tabbar/examSimulation/index", - "style": { - "navigationBarTitleText": "考场模拟", - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "backgroundTextStyle": "dark" - } - }, - { "path": "pages/tabbar/operateTrain/index", "style": { "navigationBarTitleText": "实操训练", @@ -85,24 +76,6 @@ "root": "pages/recordEntry", "pages": [ { - "path": "examine/examineRecord/examineRecord", - "style": { - "navigationBarTitleText": "考场记录", - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "backgroundTextStyle": "dark" - } - }, - { - "path": "examine/examineRecord/detail/detail", - "style": { - "navigationBarTitleText": "考场训练详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { "path": "operate/detail/detail", "style": { "navigationBarTitleText": "实操详情", @@ -314,24 +287,6 @@ } }, { - "path": "indicatorRecharge/indicatorRecharge", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { - "path": "examinInfo/examinInfo", - "style": { - "navigationBarTitleText": "考场信息", - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "backgroundTextStyle": "dark" - } - }, - { "path": "myCar/myCar", "style": { "navigationBarTitleText": "我的车辆", diff --git a/pages/recordEntry/examine/examineRecord/detail/detail.vue b/pages/recordEntry/examine/examineRecord/detail/detail.vue deleted file mode 100644 index 7ccd98d..0000000 --- a/pages/recordEntry/examine/examineRecord/detail/detail.vue +++ /dev/null @@ -1,42 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/recordEntry/examine/examineRecord/examineRecord.vue b/pages/recordEntry/examine/examineRecord/examineRecord.vue deleted file mode 100644 index 9218166..0000000 --- a/pages/recordEntry/examine/examineRecord/examineRecord.vue +++ /dev/null @@ -1,153 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/tabbar/examSimulation/comp/coach.vue b/pages/tabbar/examSimulation/comp/coach.vue deleted file mode 100644 index 9d5a71e..0000000 --- a/pages/tabbar/examSimulation/comp/coach.vue +++ /dev/null @@ -1,189 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/tabbar/examSimulation/comp/simulation.vue b/pages/tabbar/examSimulation/comp/simulation.vue deleted file mode 100644 index 5ee8267..0000000 --- a/pages/tabbar/examSimulation/comp/simulation.vue +++ /dev/null @@ -1,316 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/tabbar/examSimulation/comp/studentComment.vue b/pages/tabbar/examSimulation/comp/studentComment.vue deleted file mode 100644 index 60fa582..0000000 --- a/pages/tabbar/examSimulation/comp/studentComment.vue +++ /dev/null @@ -1,157 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/tabbar/examSimulation/index.vue b/pages/tabbar/examSimulation/index.vue deleted file mode 100644 index 3540531..0000000 --- a/pages/tabbar/examSimulation/index.vue +++ /dev/null @@ -1,39 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/tabbar/mine/index.vue b/pages/tabbar/mine/index.vue index a066f3f..0ee6d9d 100644 --- a/pages/tabbar/mine/index.vue +++ b/pages/tabbar/mine/index.vue @@ -74,7 +74,6 @@ this.tabData = [ {text: '上课学员', icon: require('../../../static/images/coach/ic_zhibiao.png'), id: 2, url: '/pages/recordEntry/operate/todayStudent/todayStudent'}, {text: '我的车辆', icon: require('../../../static/images/coach/ic_cheliang.png'), id: 3, url: '/pages/userCenter/myCar/myCar'}, - // {text: '考场信息', icon: require('../../../static/images/coach/ic_changdi.png'), id: 4, url: '/pages/userCenter/examinInfo/examinInfo'}, {text: '学员评价', icon: require('../../../static/images/coach/ic_pingjia.png'), id: 5, url: '/pages/userCenter/studentComment/studentComment'}, {text: '教学数据', icon: require('../../../static/images/coach/ic_shuju.png'), id: 6, url: '/pages/userCenter/teachingData/teachingData'}, // {text: '结算统计', icon: require('../../../static/images/coach/ic_daijiesuan.png'), id: 1, url: '/pages/tabbar/statistics/index'}, diff --git a/pages/tabbar/statistics/comp/examinCoach.vue b/pages/tabbar/statistics/comp/examinCoach.vue deleted file mode 100644 index 17bc42e..0000000 --- a/pages/tabbar/statistics/comp/examinCoach.vue +++ /dev/null @@ -1,117 +0,0 @@ - - - - - diff --git a/pages/tabbar/statistics/index.vue b/pages/tabbar/statistics/index.vue index 5dffccd..1cabc09 100644 --- a/pages/tabbar/statistics/index.vue +++ b/pages/tabbar/statistics/index.vue @@ -1,6 +1,5 @@ - - \ No newline at end of file diff --git a/pages/userCenter/examinInfo/examinInfo.vue b/pages/userCenter/examinInfo/examinInfo.vue deleted file mode 100644 index 6e4494a..0000000 --- a/pages/userCenter/examinInfo/examinInfo.vue +++ /dev/null @@ -1,127 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/userCenter/indicatorRecharge/indicatorRecharge.vue b/pages/userCenter/indicatorRecharge/indicatorRecharge.vue deleted file mode 100644 index faf80d2..0000000 --- a/pages/userCenter/indicatorRecharge/indicatorRecharge.vue +++ /dev/null @@ -1,65 +0,0 @@ - - - - - \ No newline at end of file