完善也买你

This commit is contained in:
2025-04-28 14:41:52 +08:00
parent 2b6340dd15
commit b7cdc8fa3f
204 changed files with 6388 additions and 1635 deletions

View File

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