Commit 1dbed037e6a640530dd3bbd19f1633170d35bbf4
1 parent
72a08fa450
Exists in
master
提交icon
Showing
3 changed files
with
7 additions
and
0 deletions
Show diff stats
src/pages.json
| 1 | { | 1 | { |
| 2 | "pages": [ | 2 | "pages": [ |
| 3 | { | ||
| 4 | "path": "pages/index/index", | ||
| 5 | "style": { | ||
| 6 | "navigationBarTitleText": "商城一览" | ||
| 7 | // "enablePullDownRefresh":true | ||
| 8 | } | ||
| 9 | }, | ||
| 3 | { | 10 | { |
| 4 | "path" : "pages/myOrder/myOrder", | 11 | "path" : "pages/myOrder/myOrder", |
| 5 | "style" : { | 12 | "style" : { |
| 6 | "navigationBarTitleText": "我的订单"} | 13 | "navigationBarTitleText": "我的订单"} |
| 7 | }, | 14 | }, |
| 8 | { | 15 | { |
| 9 | "path": "pages/index/index", | 16 | "path": "pages/index/index", |
| 10 | "style": { | 17 | "style": { |
| 11 | "navigationBarTitleText": "商城一览" | 18 | "navigationBarTitleText": "商城一览" |
| 12 | // "enablePullDownRefresh":true | 19 | // "enablePullDownRefresh":true |
| 13 | } | 20 | } |
| 14 | }, | 21 | }, |
| 15 | { | 22 | { |
| 16 | "path": "pages/addArddess/addArddess", | 23 | "path": "pages/addArddess/addArddess", |
| 17 | "style": { | 24 | "style": { |
| 18 | "navigationBarTitleText": "新增地址" | 25 | "navigationBarTitleText": "新增地址" |
| 19 | } | 26 | } |
| 20 | }, | 27 | }, |
| 21 | { | 28 | { |
| 22 | "path" : "pages/confirmOrder/confirmOrder", | 29 | "path" : "pages/confirmOrder/confirmOrder", |
| 23 | "style" : { | 30 | "style" : { |
| 24 | "navigationBarTitleText": "确认订单"} | 31 | "navigationBarTitleText": "确认订单"} |
| 25 | }, | 32 | }, |
| 26 | { | 33 | { |
| 27 | "path": "pages/cart/cart", | 34 | "path": "pages/cart/cart", |
| 28 | "style": { | 35 | "style": { |
| 29 | "navigationBarTitleText": "购物车" | 36 | "navigationBarTitleText": "购物车" |
| 30 | } | 37 | } |
| 31 | }, | 38 | }, |
| 32 | { | 39 | { |
| 33 | "path": "pages/user/user", | 40 | "path": "pages/user/user", |
| 34 | "style": { | 41 | "style": { |
| 35 | "navigationBarTitleText": "我的" | 42 | "navigationBarTitleText": "我的" |
| 36 | } | 43 | } |
| 37 | }, | 44 | }, |
| 38 | { | 45 | { |
| 39 | "path": "pages/details-3/details-3" | 46 | "path": "pages/details-3/details-3" |
| 40 | }, | 47 | }, |
| 41 | { | 48 | { |
| 42 | "path": "pages/detail/detail" | 49 | "path": "pages/detail/detail" |
| 43 | } | 50 | } |
| 44 | ], | 51 | ], |
| 45 | "globalStyle": { | 52 | "globalStyle": { |
| 46 | "navigationBarTextStyle": "black", | 53 | "navigationBarTextStyle": "black", |
| 47 | "navigationBarTitleText": "uni-app", | 54 | "navigationBarTitleText": "uni-app", |
| 48 | "navigationBarBackgroundColor": "#F8F8F8", | 55 | "navigationBarBackgroundColor": "#F8F8F8", |
| 49 | "backgroundColor": "#F8F8F8" | 56 | "backgroundColor": "#F8F8F8" |
| 50 | }, | 57 | }, |
| 51 | "tabBar": { | 58 | "tabBar": { |
| 52 | "color": "#C0C4CC", | 59 | "color": "#C0C4CC", |
| 53 | "selectedColor": "#fa436a", | 60 | "selectedColor": "#fa436a", |
| 54 | "borderStyle": "black", | 61 | "borderStyle": "black", |
| 55 | "backgroundColor": "#ffffff", | 62 | "backgroundColor": "#ffffff", |
| 56 | "list": [{ | 63 | "list": [{ |
| 57 | "pagePath": "pages/index/index", | 64 | "pagePath": "pages/index/index", |
| 58 | "iconPath": "static/tab-home.png", | 65 | "iconPath": "static/tab-home.png", |
| 59 | "selectedIconPath": "static/tab-home-current.png", | 66 | "selectedIconPath": "static/tab-home-current.png", |
| 60 | "text": "首页" | 67 | "text": "首页" |
| 61 | }, | 68 | }, |
| 62 | { | 69 | { |
| 63 | "pagePath": "pages/cart/cart", | 70 | "pagePath": "pages/cart/cart", |
| 64 | "iconPath": "static/tab-cart.png", | 71 | "iconPath": "static/tab-cart.png", |
| 65 | "selectedIconPath": "static/tab-cart-current.png", | 72 | "selectedIconPath": "static/tab-cart-current.png", |
| 66 | "text": "购物车" | 73 | "text": "购物车" |
| 67 | }, | 74 | }, |
| 68 | { | 75 | { |
| 69 | "pagePath": "pages/user/user", | 76 | "pagePath": "pages/user/user", |
| 70 | "iconPath": "static/tab-my.png", | 77 | "iconPath": "static/tab-my.png", |
| 71 | "selectedIconPath": "static/tab-my-current.png", | 78 | "selectedIconPath": "static/tab-my-current.png", |
| 72 | "text": "我的" | 79 | "text": "我的" |
| 73 | } | 80 | } |
| 74 | ] | 81 | ] |
| 75 | } | 82 | } |
| 76 | } | 83 | } |
| 77 | 84 |
src/static/detail-button-unselected.png
1.22 KB
src/static/detail-button.png
2.34 KB