|
@@ -1,12 +1,45 @@
|
|
{
|
|
{
|
|
- "pages":[
|
|
|
|
|
|
+ "pages": [
|
|
"pages/index/index",
|
|
"pages/index/index",
|
|
- "pages/logs/logs"
|
|
|
|
|
|
+ "pages/discover/discover",
|
|
|
|
+ "pages/shopCart/shopCart",
|
|
|
|
+ "pages/person/person"
|
|
],
|
|
],
|
|
- "window":{
|
|
|
|
- "backgroundTextStyle":"light",
|
|
|
|
- "navigationBarBackgroundColor": "#fff",
|
|
|
|
- "navigationBarTitleText": "WeChat",
|
|
|
|
- "navigationBarTextStyle":"black"
|
|
|
|
|
|
+ "window": {
|
|
|
|
+ "backgroundTextStyle": "dark",
|
|
|
|
+ "navigationBarBackgroundColor": "#FF6760",
|
|
|
|
+ "navigationBarTitleText": "熊猫美妆",
|
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
|
+ },
|
|
|
|
+ "tabBar": {
|
|
|
|
+ "selectedColor": "#FF6760",
|
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
|
+ "borderStyle": "black",
|
|
|
|
+ "list": [
|
|
|
|
+ {
|
|
|
|
+ "iconPath": "./image/tabbar/tabbar_home_default@2x.png",
|
|
|
|
+ "selectedIconPath": "./image/tabbar/tabbar_home_hight@2x.png",
|
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
|
+ "text": "首页"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "iconPath": "./image/tabbar/tabbar_shopguide_default@2x.png",
|
|
|
|
+ "selectedIconPath": "./image/tabbar/tabbar_shopguide_hight@2x.png",
|
|
|
|
+ "pagePath": "pages/discover/discover",
|
|
|
|
+ "text": "发现"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "iconPath": "./image/tabbar/tabbar_shopcar_default@2x.png",
|
|
|
|
+ "selectedIconPath": "./image/tabbar/tabbar_shopcar_hight@2x.png",
|
|
|
|
+ "pagePath": "pages/shopCart/shopCart",
|
|
|
|
+ "text": "购物车"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "iconPath": "./image/tabbar/tabbar_set_default@2x.png",
|
|
|
|
+ "selectedIconPath": "./image/tabbar/tabbar_set_hight@2x.png",
|
|
|
|
+ "pagePath": "pages/person/person",
|
|
|
|
+ "text": "我"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|