|
@@ -2,72 +2,62 @@
|
|
|
"pages": [
|
|
|
{
|
|
|
"path": "pages/public/login",
|
|
|
- "navigationBarTitleText": "登陆"
|
|
|
-
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText": "登陆",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor":"#ffffff"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/public/resetpassword",
|
|
|
- "navigationBarTitleText": "找回密码",
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none",
|
|
|
- "titleNView": false,
|
|
|
- "pullToRefresh": {
|
|
|
- "support": true,
|
|
|
- "color": "#fa436a",
|
|
|
- "style": "default"
|
|
|
- }
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText": "找回密码"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path":"pages/index/setting/setting",
|
|
|
- "navigationBarTitleText": "设置"
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText": "设置"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
"path":"pages/index/setting/changepassword",
|
|
|
- "navigationBarTitleText": "修改密码"
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText": "修改密码"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
"path":"pages/index/setting/cellme",
|
|
|
- "navigationBarTitleText": "联系我们"
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText": "联系我们"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
"path":"pages/index/setting/notice",
|
|
|
- "navigationBarTitleText": "公告管理"
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText": "公告管理"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/public/confirmpassword",
|
|
|
- "navigationBarTitleText": "找回密码",
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none",
|
|
|
- "titleNView": false,
|
|
|
- "pullToRefresh": {
|
|
|
- "support": true,
|
|
|
- "color": "#fa436a",
|
|
|
- "style": "default"
|
|
|
- }
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText": "找回密码"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "enablePullDownRefresh": true,
|
|
|
"navigationBarTitleText": "店铺首页",
|
|
|
- "onReachBottomDistance": 50,
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none",
|
|
|
- "titleNView": false,
|
|
|
- "pullToRefresh": {
|
|
|
- "support": true,
|
|
|
- "color": "#fa436a",
|
|
|
- "style": "default"
|
|
|
- }
|
|
|
- }
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor":"#ffcd00"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path":"pages/order/order",
|
|
|
"style":{
|
|
|
- "navigationBarTitleText": "订单管理"
|
|
|
+ "navigationBarTitleText": "订单管理",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor":"#ffffff"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -85,7 +75,9 @@
|
|
|
{
|
|
|
"path": "pages/shop/shop",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "商品管理"
|
|
|
+ "navigationBarTitleText": "商品管理",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarBackgroundColor":"#ffffff"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -100,7 +92,6 @@
|
|
|
"selectedColor": "#7d66f3",
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
-
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"text": "店铺首页",
|