购物车

This commit is contained in:
唐明明
2023-09-22 09:46:47 +08:00
parent 7ab5dfb2d8
commit 677b0d040a
15 changed files with 686 additions and 201 deletions

View File

@@ -38,7 +38,8 @@
"pages/refund/info/info",
"pages/refund/deliver/deliver",
"pages/refund/logs/logs",
"pages/richText/richText"
"pages/richText/richText",
"pages/bag/bag"
],
"window": {
"backgroundTextStyle": "light",
@@ -60,6 +61,12 @@
"iconPath": "/static/tabBarIcon/tabBar_01.png",
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_01.png"
},
{
"pagePath": "pages/bag/bag",
"text": "购物袋",
"iconPath": "/static/tabBarIcon/tabBar_01.png",
"selectedIconPath": "/static/tabBarIcon/tabBar_selected_01.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",