制作订单详情页面
This commit is contained in:
7
unpackage/dist/dev/mp-alipay/app.json
vendored
7
unpackage/dist/dev/mp-alipay/app.json
vendored
@ -2,7 +2,7 @@
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/order/order",
|
||||
"pages/shop_cart/shop_cart",
|
||||
"pages/shop/shop_cart",
|
||||
"pages/my/my",
|
||||
"pages/login/login",
|
||||
"pages/login/fastLogin",
|
||||
@ -10,7 +10,8 @@
|
||||
"pages/signin/signin",
|
||||
"pages/server_explan/server_explan",
|
||||
"pages/store/choose_store",
|
||||
"pages/store/store"
|
||||
"pages/store/store",
|
||||
"pages/shop/shop"
|
||||
],
|
||||
"subPackages": [],
|
||||
"window": {
|
||||
@ -35,7 +36,7 @@
|
||||
"activeIcon": "/static/tabbar/tab_order_s.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/shop_cart/shop_cart",
|
||||
"pagePath": "pages/shop/shop_cart",
|
||||
"name": "购物车",
|
||||
"icon": "/static/tabbar/tab_cart.png",
|
||||
"activeIcon": "/static/tabbar/tab_cart_s.png"
|
||||
|
||||
Reference in New Issue
Block a user