制作订单详情页面

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

@ -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"