更新:增加“我的”相关功能
This commit is contained in:
50
pages.json
50
pages.json
@@ -25,6 +25,54 @@
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%user.title%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/order/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%user.myOrders%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/wallet/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%user.subscribe%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/wallet/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%user.myAccount%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/profile/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%user.profile%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/settings/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%user.settings%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/about/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%user.about%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/feedback/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "%user.feedback%",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
],
|
||||
// "tabBar": {
|
||||
@@ -61,7 +109,7 @@
|
||||
"text": "%tabar.book%"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"pagePath": "pages/user/index",
|
||||
"iconPath": "static/tab/icon4_n.png",
|
||||
"selectedIconPath": "static/tab/icon4_y.png",
|
||||
"text": "%tabar.user%"
|
||||
|
||||
Reference in New Issue
Block a user