From 8bd73a840b3d8cc6aad203008ef4036b02e4dba2 Mon Sep 17 00:00:00 2001 From: xianghenggang Date: Fri, 15 Sep 2017 15:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E7=94=9F=E6=97=A5=E6=9C=9F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- littleApp_child/app.json | 3 +-- littleApp_child/pages/CompleteTouristInfo/CompleteTouristInfo.js | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/littleApp_child/app.json b/littleApp_child/app.json index af81e9a..2dad031 100644 --- a/littleApp_child/app.json +++ b/littleApp_child/app.json @@ -1,7 +1,6 @@ { "pages": [ - "pages/home/home", "pages/Setting/Setting", "pages/PersonalInfo/PersonalInfo", @@ -13,7 +12,6 @@ "pages/SearchPage/SearchPage", "pages/login/login", "pages/inspectionReport/inspectionReport", - "pages/CompleteTouristInfo/CompleteTouristInfo", "pages/doctor_detail/doctor_detail", "pages/doctorList/doctorList", "pages/hospital_detail/hospital_detail", @@ -23,6 +21,7 @@ "pages/system_notifacations/system_notifacations", "pages/vipService/vipService", "pages/childcare_knowledge/childcare_knowledge", + "pages/CompleteTouristInfo/CompleteTouristInfo", "pages/Register/Register" diff --git a/littleApp_child/pages/CompleteTouristInfo/CompleteTouristInfo.js b/littleApp_child/pages/CompleteTouristInfo/CompleteTouristInfo.js index c136281..54dd854 100644 --- a/littleApp_child/pages/CompleteTouristInfo/CompleteTouristInfo.js +++ b/littleApp_child/pages/CompleteTouristInfo/CompleteTouristInfo.js @@ -14,7 +14,8 @@ Page({ birth:'请选择出生日期', chooseOne:1, chooseTwo:0, - showErr:false + showErr:false, + today: new Date() }, /*---------生命周期--------*/ onLoad: function (e) { -- 1.8.3.1