|
@@ -5,7 +5,12 @@
|
|
"pages/success/paySuccess",
|
|
"pages/success/paySuccess",
|
|
"pages/business/business",
|
|
"pages/business/business",
|
|
"pages/search/search",
|
|
"pages/search/search",
|
|
- "pages/newUser/newUser"
|
|
|
|
|
|
+ "pages/newUser/newUser",
|
|
|
|
+ "pages/mine/mine",
|
|
|
|
+ "pages/select-history/select-history",
|
|
|
|
+ "pages/select-nothing/select-nothing",
|
|
|
|
+ "pages/select-shopping/select-shopping",
|
|
|
|
+ "pages/zhuye/zhuye"
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|
|
@@ -13,6 +18,23 @@
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
},
|
|
|
|
+ "tabBar": {
|
|
|
|
+ "selectedColor": "#ea9518",
|
|
|
|
+ "list": [
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/zhuye/zhuye",
|
|
|
|
+ "text": "首页",
|
|
|
|
+ "iconPath": "./pages/image/home.png",
|
|
|
|
+ "selectedIconPath": "./pages/image/home-active.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/mine/mine",
|
|
|
|
+ "text": "我的",
|
|
|
|
+ "iconPath": "./pages/image/wode.png",
|
|
|
|
+ "selectedIconPath": "./pages/image/wode-active.png"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
"sitemapLocation": "sitemap.json",
|
|
"sitemapLocation": "sitemap.json",
|
|
"usingComponents": {
|
|
"usingComponents": {
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-button": "@vant/weapp/button/index",
|