完成首页页面

This commit is contained in:
2025-04-24 17:10:26 +08:00
parent 94b03b98a8
commit 3574768aa5
174 changed files with 4124 additions and 939 deletions

View File

@ -1,6 +1,9 @@
{
"pages": [
"pages/index/index",
"pages/order/order",
"pages/shop_cart/shop_cart",
"pages/my/my",
"pages/login/login",
"pages/login/fastLogin",
"pages/login/mobileLogin",
@ -13,5 +16,36 @@
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#ABB0C2",
"selectedColor": "#254062",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/static/tabbar/tab_home.png",
"selectedIconPath": "/static/tabbar/tab_home_s.png",
"text": "首页"
},
{
"pagePath": "pages/order/order",
"iconPath": "/static/tabbar/tab_order.png",
"selectedIconPath": "/static/tabbar/tab_order_s.png",
"text": "订单"
},
{
"pagePath": "pages/shop_cart/shop_cart",
"iconPath": "/static/tabbar/tab_cart.png",
"selectedIconPath": "/static/tabbar/tab_cart_s.png",
"text": "购物车"
},
{
"pagePath": "pages/my/my",
"iconPath": "/static/tabbar/tab_my.png",
"selectedIconPath": "/static/tabbar/tab_my_s.png",
"text": "我的"
}
]
},
"usingComponents": {}
}