制作订单详情页面

This commit is contained in:
2025-04-26 14:38:04 +08:00
parent 5297bc0034
commit 6ae3444ed9
138 changed files with 2484 additions and 645 deletions

View File

@ -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": "购物车"