|
1 | 1 | {
|
2 |
| - "pages": [ |
3 |
| - "pages/index/main", |
4 |
| - "pages/counter/main", |
5 |
| - "pages/logs/main" |
6 |
| - ], |
7 |
| - "window": { |
8 |
| - "backgroundTextStyle": "light", |
9 |
| - "navigationBarBackgroundColor": "#fff", |
10 |
| - "navigationBarTitleText": "WeChat", |
11 |
| - "navigationBarTextStyle": "black" |
12 |
| - } |
| 2 | + "pages": [ "pages/index/main","pages/logs/main"], |
| 3 | + "window": { |
| 4 | + "backgroundTextStyle": "light", |
| 5 | + "navigationBarBackgroundColor": "#fff", |
| 6 | + "navigationBarTitleText": "网易严选", |
| 7 | + "navigationBarTextStyle": "black" |
| 8 | + }, |
| 9 | + "tabBar": { |
| 10 | + "backgroundColor": "#fafafa", |
| 11 | + "borderStyle": "white", |
| 12 | + "selectedColor": "#b4282d", |
| 13 | + "color": "#666", |
| 14 | + "list": [{ |
| 15 | + "pagePath": "pages/index/main", |
| 16 | + "iconPath": "static/images/ic_menu_choice_nor.png", |
| 17 | + "selectedIconPath": "static/images/ic_menu_choice_pressed.png", |
| 18 | + "text": "首页" |
| 19 | + }, |
| 20 | + { |
| 21 | + "pagePath": "pages/index/main", |
| 22 | + "iconPath": "static/images/ic_menu_topic_nor.png", |
| 23 | + "selectedIconPath": "static/images/ic_menu_topic_pressed.png", |
| 24 | + "text": "专题" |
| 25 | + }, |
| 26 | + { |
| 27 | + "pagePath": "pages/index/main", |
| 28 | + "iconPath": "static/images/ic_menu_sort_nor.png", |
| 29 | + "selectedIconPath": "static/images/ic_menu_sort_pressed.png", |
| 30 | + "text": "分类" |
| 31 | + }, |
| 32 | + { |
| 33 | + "pagePath": "pages/index/main", |
| 34 | + "iconPath": "static/images/ic_menu_shoping_nor.png", |
| 35 | + "selectedIconPath": "static/images/ic_menu_shoping_pressed.png", |
| 36 | + "text": "购物车" |
| 37 | + }, |
| 38 | + { |
| 39 | + "pagePath": "pages/index/main", |
| 40 | + "iconPath": "static/images/ic_menu_me_nor.png", |
| 41 | + "selectedIconPath": "static/images/ic_menu_me_pressed.png", |
| 42 | + "text": "我的" |
| 43 | + } |
| 44 | + ] |
| 45 | + } |
13 | 46 | }
|
0 commit comments