Skip to content

Commit 22d6818

Browse files
committed
首页部分完成
1 parent 51f8b15 commit 22d6818

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+477
-74
lines changed

app.json

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
{
22
"pages": [
33
"pages/home/home",
4-
"pages/about/about"
5-
]
4+
"pages/category/category",
5+
"pages/cart/cart",
6+
"pages/profile/profile"
7+
],
8+
"window": {
9+
"navigationBarBackgroundColor": "#ff5777",
10+
"navigationBarTextStyle": "white"
11+
},
12+
"tabBar": {
13+
"selectedColor": "#ff5777",
14+
"list": [
15+
{
16+
"pagePath": "pages/home/home",
17+
"text": "首页",
18+
"iconPath": "/assets/tabbar/home.png",
19+
"selectedIconPath": "/assets/tabbar/home_active.png"
20+
},
21+
{
22+
"pagePath": "pages/category/category",
23+
"text": "分类",
24+
"iconPath": "/assets/tabbar/category.png",
25+
"selectedIconPath": "/assets/tabbar/category_active.png"
26+
},
27+
{
28+
"pagePath": "pages/cart/cart",
29+
"text": "购物车",
30+
"iconPath": "/assets/tabbar/cart.png",
31+
"selectedIconPath": "/assets/tabbar/cart_active.png"
32+
},
33+
{
34+
"pagePath": "pages/profile/profile",
35+
"text": "我的",
36+
"iconPath": "/assets/tabbar/profile.png",
37+
"selectedIconPath": "/assets/tabbar/profile_active.png"
38+
}
39+
]
40+
},
41+
"sitemapLocation": "sitemap.json"
642
}

assets/detail/collect.png

7.78 KB
Loading

assets/detail/service.png

9.21 KB
Loading

assets/detail/shop.png

7.5 KB
Loading

assets/home/popular_bg.jpg

56.6 KB
Loading

assets/tabbar/cart.png

11.9 KB
Loading

assets/tabbar/cart_active.png

10.9 KB
Loading

assets/tabbar/category.png

14 KB
Loading

assets/tabbar/category_active.png

12.7 KB
Loading

assets/tabbar/home.png

11.1 KB
Loading

0 commit comments

Comments
 (0)