购物车
This commit is contained in:
9
app.json
9
app.json
@@ -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": "我的",
|
||||
|
||||
Reference in New Issue
Block a user