feat: rating
This commit is contained in:
14
pages.json
14
pages.json
@@ -57,6 +57,14 @@
|
|||||||
"enablePullDownRefresh": true
|
"enablePullDownRefresh": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/message/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "消息",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/webview/index",
|
"path": "pages/webview/index",
|
||||||
"style": {
|
"style": {
|
||||||
@@ -140,6 +148,12 @@
|
|||||||
"iconPath": "static/images/tabBar/creation.png",
|
"iconPath": "static/images/tabBar/creation.png",
|
||||||
"selectedIconPath": "static/images/tabBar/creation_s.png"
|
"selectedIconPath": "static/images/tabBar/creation_s.png"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"text": "消息",
|
||||||
|
"pagePath": "pages/message/index",
|
||||||
|
"iconPath": "static/images/tabBar/me.png",
|
||||||
|
"selectedIconPath": "static/images/tabBar/me_s.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"text": "我的",
|
"text": "我的",
|
||||||
"pagePath": "pages/mine/mine",
|
"pagePath": "pages/mine/mine",
|
||||||
|
|||||||
0
pages/message/index.vue
Normal file
0
pages/message/index.vue
Normal file
Reference in New Issue
Block a user