Commit 8bd73a840b3d8cc6aad203008ef4036b02e4dba2
1 parent
d9ee619e8e
Exists in
master
and in
2 other branches
出生日期修改
Showing 2 changed files with 3 additions and 3 deletions
littleApp_child/app.json
View file @
8bd73a8
1 | 1 | { |
2 | 2 | "pages": [ |
3 | 3 | |
4 | - | |
5 | 4 | "pages/home/home", |
6 | 5 | "pages/Setting/Setting", |
7 | 6 | "pages/PersonalInfo/PersonalInfo", |
... | ... | @@ -13,7 +12,6 @@ |
13 | 12 | "pages/SearchPage/SearchPage", |
14 | 13 | "pages/login/login", |
15 | 14 | "pages/inspectionReport/inspectionReport", |
16 | - "pages/CompleteTouristInfo/CompleteTouristInfo", | |
17 | 15 | "pages/doctor_detail/doctor_detail", |
18 | 16 | "pages/doctorList/doctorList", |
19 | 17 | "pages/hospital_detail/hospital_detail", |
... | ... | @@ -23,6 +21,7 @@ |
23 | 21 | "pages/system_notifacations/system_notifacations", |
24 | 22 | "pages/vipService/vipService", |
25 | 23 | "pages/childcare_knowledge/childcare_knowledge", |
24 | + "pages/CompleteTouristInfo/CompleteTouristInfo", | |
26 | 25 | |
27 | 26 | "pages/Register/Register" |
28 | 27 |
littleApp_child/pages/CompleteTouristInfo/CompleteTouristInfo.js
View file @
8bd73a8