制作订单详情页面
This commit is contained in:
10
pages.json
10
pages.json
@ -13,7 +13,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/shop_cart/shop_cart",
|
||||
"path": "pages/shop/shop_cart",
|
||||
"style": {
|
||||
"navigationBarTitleText": "购物车"
|
||||
}
|
||||
@ -63,6 +63,12 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "门店"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/shop/shop",
|
||||
"style": {
|
||||
"navigationBarTitleText": "商品详情"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
@ -83,7 +89,7 @@
|
||||
"text": "订单"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/shop_cart/shop_cart",
|
||||
"pagePath": "pages/shop/shop_cart",
|
||||
"iconPath": "/static/tabbar/tab_cart.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_cart_s.png",
|
||||
"text": "购物车"
|
||||
|
||||
Reference in New Issue
Block a user