|
@@ -35,7 +35,9 @@
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path": "pages/user/index",
|
|
"path": "pages/user/index",
|
|
|
- "navigationBarTitleText": "个人中心"
|
|
|
|
|
|
|
+ "navigationBarTitleText": "个人中心",
|
|
|
|
|
+ "navigationStyle": "custom",
|
|
|
|
|
+ "disableScroll": true
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"subPackages": [
|
|
"subPackages": [
|
|
@@ -186,20 +188,14 @@
|
|
|
"list": [
|
|
"list": [
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/index/index",
|
|
"pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/tabbar/1.png",
|
|
|
|
|
- "selectedIconPath": "static/tabbar/1-1.png",
|
|
|
|
|
"text": "网点"
|
|
"text": "网点"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/map/index",
|
|
"pagePath": "pages/map/index",
|
|
|
- "iconPath": "static/tabbar/2.png",
|
|
|
|
|
- "selectedIconPath": "static/tabbar/2.png",
|
|
|
|
|
"text": "扫码"
|
|
"text": "扫码"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/user/index",
|
|
"pagePath": "pages/user/index",
|
|
|
- "iconPath": "static/tabbar/4.png",
|
|
|
|
|
- "selectedIconPath": "static/tabbar/4-1.png",
|
|
|
|
|
"text": "我的"
|
|
"text": "我的"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
@@ -207,6 +203,7 @@
|
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
|
|
|
|
+ "backgroundColor": "#F8F8F8",
|
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|