|
@@ -23,7 +23,7 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
|
|
|
- },{
|
|
|
+ }, {
|
|
|
"path": "pages/login/userAgreement",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "",
|
|
@@ -33,13 +33,7 @@
|
|
|
}, {
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "首页",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "backgroundColor": "#ff4200",
|
|
|
- "titleColor": "#fff"
|
|
|
- }
|
|
|
- }
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
}
|
|
|
|
|
|
},
|
|
@@ -80,79 +74,70 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ }, {
|
|
|
+ "path": "pages/enterprise/enterprise",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/oneMarket/oneMarket",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/goodsDetails/goodsDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/twoMarket/twoMarket",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
- ,{
|
|
|
- "path" : "pages/enterprise/enterprise",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/oneMarket/oneMarket",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/goodsDetails/goodsDetails",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/twoMarket/twoMarket",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ],
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
- "navigationBarBackgroundColor": "#fff",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
- },
|
|
|
+ ],
|
|
|
"tabBar": {
|
|
|
"color": "#7A7E83",
|
|
|
- "selectedColor": "#3cc51f",
|
|
|
+ "selectedColor": "#4581fb",
|
|
|
"borderStyle": "black",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
+ "backgroundColor": "#F8F8F8",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/icon/home-icon.png",
|
|
|
- "selectedIconPath": "static/icon/home-icon-select.png",
|
|
|
+ "iconPath": "static/tab/sy.png",
|
|
|
+ "selectedIconPath": "static/tab/sy_s.png",
|
|
|
"text": "首页"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/order/OrderIndex",
|
|
|
- "iconPath": "static/icon/order-icon.png",
|
|
|
- "selectedIconPath": "static/icon/order-icon-select.png",
|
|
|
+ "iconPath": "static/tab/dd.png",
|
|
|
+ "selectedIconPath": "static/tab/dd_s.png",
|
|
|
"text": "订单"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/message/MessageIndex",
|
|
|
- "iconPath": "static/icon/message-icon.png",
|
|
|
- "selectedIconPath": "static/icon/message-icon-select.png",
|
|
|
+ "iconPath": "static/tab/xx.png",
|
|
|
+ "selectedIconPath": "static/tab/xxs.png",
|
|
|
"text": "消息"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/personal/personal",
|
|
|
- "iconPath": "static/icon/person-icon.png",
|
|
|
- "selectedIconPath": "static/icon/person-icon-select.png",
|
|
|
- "text": "个人中心"
|
|
|
+ "iconPath": "static/tab/wd.png",
|
|
|
+ "selectedIconPath": "static/tab/wds.png",
|
|
|
+ "text": "我的"
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTitleText": "边民互市贸易",
|
|
|
+ "navigationBarBackgroundColor": "#4581fb"
|
|
|
}
|
|
|
}
|