-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
97 lines (97 loc) · 3.22 KB
/
app.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"pages": [
"pages/index/index",
"pages/xinde/xinde",
"pages/message/message",
"pages/my/my",
"pages/experiencedis/experiencedis",
"pages/experiencecomment/experiencecomment",
"pages/donationcomment/donationcomment",
"pages/createexperience/createexperience",
"pages/donationdetail/donationdetail",
"pages/donationdetails/donationdetails",
"pages/wanttodonate/wanttodonate",
"pages/wanttodonone/wanttodonone",
"pages/messageDetail/messageDetail",
"pages/phoneauthentication/phoneauthentication",
"pages/editingmaterials/editingmaterials",
"pages/experiencelist/experiencelist",
"pages/editseekinginformation/editseekinginformation",
"pages/institutionalaccreditation/institutionalaccreditation",
"pages/donationmanagement/donationmanagement",
"pages/donormanagement/donormanagement",
"pages/myorganization/myorganization",
"pages/dialog/dialog",
"pages/webView/webView",
"pages/insdetail/insdetail",
"pages/inexpress/inexpress",
"pages/stutaspage/stutaspage",
"pages/Initiatedonation/Initiatedonation",
"pages/expresslist/expresslist",
"pages/donationlist/donationlist",
"pages/viewdetails/viewdetails",
"pages/perfectinformation/perfectinformation",
"pages/Donationfeedback/Donationfeedback",
"pages/Latestcontributions/Latestcontributions",
"pages/Feedbackdetails/Feedbackdetails",
"pages/Signforgoods/Signforgoods",
"pages/Donationsign/Donationsign",
"pages/EditorialContent/EditorialContent",
"pages/Feedbacksuccess/Feedbacksuccess",
"pages/test/test",
"pages/Dynamic/Dynamic",
"pages/Screen/Screen",
"pages/Donoragencies/Donoragencies",
"pages/test/testPage",
"pages/Donationrecord/Donationrecord",
"pages/Electionrecord/Electionrecord",
"pages/Detailsofdonation/Detailsofdonation",
"pages/Finishsigning/Finishsigning",
"pages/DonationdetailsNew/DonationdetailsNew",
"pages/NexIndex/NexIndex",
"pages/SearchPage/SearchPage",
"pages/NewList/NewList",
"pages/NewDynamic/NewDynamic",
"pages/NewCompany/NewCompany",
"pages/SearchResult/SearchResult"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "众捐",
"navigationBarTextStyle": "black",
"backgroundColor": "#fafafa",
"enablePullDownRefresh": false,
"onReachBottomDistance": 20
},
"tabBar": {
"color": "#999999",
"selectedColor": "#D7263D",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/tabBar/index.png",
"selectedIconPath": "images/tabBar/index_act.png"
},
{
"pagePath": "pages/Screen/Screen",
"text": "筛选",
"iconPath": "images/tabBar/chose.png",
"selectedIconPath": "images/tabBar/chose_act.png"
},
{
"pagePath": "pages/Dynamic/Dynamic",
"text": "动态",
"iconPath": "images/tabBar/dynamic.png",
"selectedIconPath": "images/tabBar/dynamic_act.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "images/tabBar/my.png",
"selectedIconPath": "images/tabBar/my_act.png"
}
]
}
}