|
@@ -19,13 +19,14 @@
|
|
|
"pages/luckDraw/detail",
|
|
|
"pages/luckDraw/index",
|
|
|
"pages/luckDraw/profile",
|
|
|
- "pages/luckDraw/recordPrize"
|
|
|
+ "pages/luckDraw/recordPrize",
|
|
|
+ "pages/welfareMall/coupon/coupon"
|
|
|
],
|
|
|
- "window":{
|
|
|
- "backgroundTextStyle":"light",
|
|
|
+ "window": {
|
|
|
+ "backgroundTextStyle": "light",
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
"navigationBarTitleText": "Weixin",
|
|
|
- "navigationBarTextStyle":"black"
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
},
|
|
|
"style": "v2",
|
|
|
"sitemapLocation": "sitemap.json",
|
|
@@ -33,18 +34,19 @@
|
|
|
"color": "#1b1b1b",
|
|
|
"selectedColor": "#1b1b1b",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
- "list": [ {
|
|
|
- "text": "首页",
|
|
|
- "pagePath": "pages/welfareMall/index/index",
|
|
|
- "selectedIconPath": "images/welfareMall/home.png",
|
|
|
- "iconPath": "images/welfareMall/home.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "text": "我的",
|
|
|
- "pagePath": "pages/welfareMall/personal/personal",
|
|
|
- "selectedIconPath": "images/welfareMall/user.png",
|
|
|
- "iconPath": "images/welfareMall/user.png"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "text": "首页",
|
|
|
+ "pagePath": "pages/welfareMall/index/index",
|
|
|
+ "selectedIconPath": "images/welfareMall/home.png",
|
|
|
+ "iconPath": "images/welfareMall/home.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text": "我的",
|
|
|
+ "pagePath": "pages/welfareMall/personal/personal",
|
|
|
+ "selectedIconPath": "images/welfareMall/user.png",
|
|
|
+ "iconPath": "images/welfareMall/user.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
-}
|
|
|
+}
|