Browse Source

feat(AQTabber): 更新课表跳转路径并添加相关页面配置

- 修改 AQTabber组件中课表页面的跳转路径
- 在 pages.json 中添加课表和课时详情页面的配置项
master
liutong 1 year ago
parent
commit
93ecc8345b
  1. 2
      components/AQ/AQTabber.vue
  2. 18
      pages.json

2
components/AQ/AQTabber.vue

@ -51,7 +51,7 @@
}, },
{ {
text: "课表", text: "课表",
urlPath:'/pages/student/timetable/index',// urlPath:'/pages/coach/course/list',//
iconPath: "/static/images/tabbar/my.png", iconPath: "/static/images/tabbar/my.png",
selectedIconPath: "/static/images/tabbar/my.png" selectedIconPath: "/static/images/tabbar/my.png"
}, },

18
pages.json

@ -75,6 +75,24 @@
"navigationBarBackgroundColor": "#fff", "navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black" "navigationBarTextStyle": "black"
} }
},
{
"path": "pages/coach/course/list",
"style": {
"navigationBarTitleText": "课表",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/coach/course/info",
"style": {
"navigationBarTitleText": "课时详情",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
} }
], ],

Loading…
Cancel
Save