|
@@ -67,7 +67,25 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/shop/shop",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "商城",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/activity/activity",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "活动",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
],
|
|
|
"tabBar": {
|
|
|
"color": "#8a8a8a",
|
|
@@ -76,16 +94,26 @@
|
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
- // "iconPath": "static/img/table_icon_homepage1.png",
|
|
|
- // "selectedIconPath": "static/img/table_icon_homepage2.png",
|
|
|
+ "iconPath": "./static/tabimg/index2.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/index1.png",
|
|
|
"text": "首页"
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
+ {
|
|
|
+ "pagePath": "pages/shop/shop",
|
|
|
+ "iconPath": "./static/tabimg/shop2.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/shop1.png",
|
|
|
+ "text": "商城"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/activity/activity",
|
|
|
+ "iconPath": "./static/tabimg/activity2.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/activity1.png",
|
|
|
+ "text": "活动"
|
|
|
+ },
|
|
|
{
|
|
|
"pagePath": "pages/user/user",
|
|
|
- // "iconPath": "static/img/tabme1.png",
|
|
|
- // "selectedIconPath": "static/img/tabme2.png",
|
|
|
+ "iconPath": "./static/tabimg/me2.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/me1.png",
|
|
|
"text": "我的"
|
|
|
}
|
|
|
|