app.json
1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"pages": [
"pages/gift-shop/gift-shop",
"pages/index/index",
"pages/authorize/authorize",
"pages/register/register",
"pages/scan-result/scan-result",
"pages/integral-detail/integral-detail",
"pages/gift-detail/gift-detail",
"pages/address-management/address-management",
"pages/address-edit/address-edit",
"pages/my-qrcode/my-qrcode",
"pages/my-order/my-order",
"pages/my-message/my-message",
"pages/contact/contact",
"pages/contact-table/contact-table",
"pages/vip-login/vip-login",
"pages/vip-verify/vip-verify",
"pages/user-center/user-center",
"pages/sign-in-record/sign-in-record",
"pages/rank/rank",
"pages/rank-gift/rank-gift",
"pages/example/example",
"pages/more/more"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#3680EB",
"navigationBarTitleText": "志亮照明",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#3680EB",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "image/tabbar/scan_bar.png",
"selectedIconPath": "image/tabbar/scan_bar_selected.png",
"text": "扫码积分"
},
{
"pagePath": "pages/gift-shop/gift-shop",
"iconPath": "image/tabbar/gift_bar.png",
"selectedIconPath": "image/tabbar/gift_bar_selected.png",
"text": "礼物兑换"
},
{
"pagePath": "pages/user-center/user-center",
"iconPath": "image/tabbar/user_bar.png",
"selectedIconPath": "image/tabbar/user_bar_selected.png",
"text": "个人中心"
}
]
}
}