app.json
3.9 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"pages": [
"pages/homepage/homepage",
"pages/home/sellidel/sellidel",
"pages/home/stageofpregnancy/stageofpregnancy",
"pages/index/index",
"pages/home/searchpage/searchpage",
"pages/person/faveritehospital/faveritehostipal",
"pages/processQuery/processQuery",
"pages/person/myCourseDetail/myCourseDetail",
"pages/home/sweepcoupon/sweepcoupon",
"pages/home/coupon/coupon",
"pages/person/myCoupon/myCoupon",
"pages/home/commentdoctor/commentdoctor",
"pages/home/communithostipal/communithostipal",
"pages/home/buildtextdetail/buildtextdetail",
"pages/active/active",
"pages/logs/logs",
"pages/home/commentdoctordetail/commentdoctordetail",
"pages/home/commenthospitaldetail/commenthospitaldetail",
"pages/home/mouthreview/mouthreview",
"pages/home/attentionpublic/attentionpublic",
"pages/home/mecomment/mecomment",
"pages/home/used/used",
"pages/home/mypublish/mypublish",
"pages/partneritem/afterchildbirthrecover/afterchildbirthrecover",
"pages/partneritem/afterchildbirth/afterchildbirth",
"pages/partneritem/sureorder/sureorder",
"pages/partner/partner",
"pages/home/goodtail/goodtail",
"pages/home/hometail/hometail",
"pages/home/usedkind/usedkind",
"pages/home/havechildren/havechildren",
"pages/home/nochildren/nochildren",
"pages/home/buildtext/buildtext",
"pages/home/childbirthnotedetail/childbirthnotedetail",
"pages/home/childbirthnote/childbirthnote",
"pages/home/melist/melist",
"pages/home/meshare/meshare",
"pages/home/doctortail/doctortail",
"pages/knowledge/knowledge",
"pages/knowDetail/knowDetail",
"pages/personcenter/personcenter",
"pages/person/myCourse/myCourse",
"pages/person/myOrder/myOrder",
"pages/person/myOrderDetail/myOrderDetail",
"pages/person/myReport/myReport",
"pages/person/myNotes/myNotes",
"pages/person/myComment/myComment",
"pages/cityWide/monthClub/monthClub",
"pages/cityWide/monthDetail/monthDetail",
"pages/cityWide/activityName/activityName",
"pages/cityWide/remark/remark",
"pages/cityWide/nameList/nameList",
"pages/cityWide/matronPrepon/matronPrepon",
"pages/cityWide/keyFind/keyFind",
"pages/cityWide/matronDetail/matronDetail",
"pages/cityWide/diatelyMake/diatelyMake",
"pages/cityWide/matronStrategy/matronStrategy",
"pages/cityWide/WeChatCulum/WeChatCulum",
"pages/sharepage/sharepage"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#FD8779",
"navigationBarTitleText": "附近产科医院",
"navigationBarTextStyle": "white"
},
"tabBar": {
"selectedColor": "#FC7E65",
"list": [
{
"pagePath": "pages/homepage/homepage",
"text": "附近医院",
"selectedColor": "#FC7E65",
"iconPath": "img/nav01@2x.png",
"selectedIconPath": "img/nav02@2x.png"
},
{
"pagePath": "pages/partner/partner",
"text": "严选商城",
"selectedColor": "#FC7E65",
"iconPath": "img/nav03@2x.png",
"selectedIconPath": "img/nav04@2x.png"
},
{
"pagePath": "pages/knowledge/knowledge",
"text": "专家问答",
"selectedColor": "#FC7E65",
"iconPath": "img/nav05@2x.png",
"selectedIconPath": "img/nav06@2x.png"
},
{
"pagePath": "pages/active/active",
"text": "同域活动",
"selectedColor": "#FC7E65",
"iconPath": "img/nav07@2x.png",
"selectedIconPath": "img/nav08@2x.png"
},
{
"pagePath": "pages/personcenter/personcenter",
"text": "个人中心",
"selectedColor": "#FC7E65",
"iconPath": "img/nav09@2x.png",
"selectedIconPath": "img/nav10@2x.png"
}
]
},
"sitemapLocation": "sitemap.json"
}