完成首页页面
This commit is contained in:
33
unpackage/dist/dev/mp-alipay/app.json
vendored
33
unpackage/dist/dev/mp-alipay/app.json
vendored
@ -1,6 +1,9 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/order/order",
|
||||
"pages/shop_cart/shop_cart",
|
||||
"pages/my/my",
|
||||
"pages/login/login",
|
||||
"pages/login/fastLogin",
|
||||
"pages/login/mobileLogin",
|
||||
@ -12,6 +15,36 @@
|
||||
"titleBarColor": "#FFF",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"textColor": "#ABB0C2",
|
||||
"selectedColor": "#254062",
|
||||
"items": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"name": "首页",
|
||||
"icon": "/static/tabbar/tab_home.png",
|
||||
"activeIcon": "/static/tabbar/tab_home_s.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/order",
|
||||
"name": "订单",
|
||||
"icon": "/static/tabbar/tab_order.png",
|
||||
"activeIcon": "/static/tabbar/tab_order_s.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/shop_cart/shop_cart",
|
||||
"name": "购物车",
|
||||
"icon": "/static/tabbar/tab_cart.png",
|
||||
"activeIcon": "/static/tabbar/tab_cart_s.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"name": "我的",
|
||||
"icon": "/static/tabbar/tab_my.png",
|
||||
"activeIcon": "/static/tabbar/tab_my_s.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {
|
||||
"plugin-wrapper": "/plugin-wrapper"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user