实现用户登录→查询团课→预约团课→扫码签到→后台查看数据闭环
This commit is contained in:
@@ -11,14 +11,16 @@
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "首页",
|
||||
"navigationStyle": "custom"
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/search/search",
|
||||
"style": {
|
||||
"navigationBarTitleText": "团课搜索",
|
||||
"navigationStyle": "custom"
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -32,7 +34,16 @@
|
||||
"path": "pages/profile/profile",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人中心",
|
||||
"navigationStyle": "custom"
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my-courses/my-courses",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的课程",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -60,6 +71,12 @@
|
||||
"iconPath": "static/icon/jianshen.png",
|
||||
"selectedIconPath": "static/icon/jianshen.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my-courses/my-courses",
|
||||
"text": "我的课程",
|
||||
"iconPath": "static/icon/jianshen2.png",
|
||||
"selectedIconPath": "static/icon/jianshen2.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/profile/profile",
|
||||
"text": "我的",
|
||||
|
||||
Reference in New Issue
Block a user