完善也买你
This commit is contained in:
18
pages.json
18
pages.json
@ -13,7 +13,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/shop/shop_cart",
|
||||
"path": "pages/shop_cart/shop_cart",
|
||||
"style": {
|
||||
"navigationBarTitleText": "购物车"
|
||||
}
|
||||
@ -71,10 +71,22 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order/order_now",
|
||||
"path": "pages/order_now/order_now",
|
||||
"style": {
|
||||
"navigationBarTitleText": "确认订单"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order_details/order_details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/refund/refund",
|
||||
"style": {
|
||||
"navigationBarTitleText": "退款"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
@ -95,7 +107,7 @@
|
||||
"text": "订单"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/shop/shop_cart",
|
||||
"pagePath": "pages/shop_cart/shop_cart",
|
||||
"iconPath": "/static/tabbar/tab_cart.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_cart_s.png",
|
||||
"text": "购物车"
|
||||
|
||||
Reference in New Issue
Block a user