From 5b628bc37f7909818f8af0bc70634b188f529126 Mon Sep 17 00:00:00 2001 From: xianghenggang Date: Tue, 15 Aug 2017 10:18:29 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- littleApp_child/pages/checkTabList/checkTabList.js | 22 ++++++ .../pages/checkTabList/checkTabList.wxml | 83 ++++++++++++++++------ .../childcare_knowledge_detail.wxss | 1 - .../system_notifacations/system_notifacations.json | 2 +- 4 files changed, 86 insertions(+), 22 deletions(-) diff --git a/littleApp_child/pages/checkTabList/checkTabList.js b/littleApp_child/pages/checkTabList/checkTabList.js index 78997da..fa0d656 100644 --- a/littleApp_child/pages/checkTabList/checkTabList.js +++ b/littleApp_child/pages/checkTabList/checkTabList.js @@ -52,6 +52,15 @@ Page({ ear: "", spineFours: "", portaGenitals: "", + // bilirubinHead: "", + // bilirubinChest: "", + // bilirubinBelly: "", + bilirubin:"", + bregma:"", + bregmaValue:"", + nerve:"", + stoopStatus: "", + stoopSign: "", otherTextWZ: "", //一般检查 temperature: "", @@ -59,6 +68,7 @@ Page({ weight: "", head: "", chestw: "", + heightWeight:"", temperature: "", growthEvaluate: "", //辅助检查 @@ -74,6 +84,7 @@ Page({ urineSugar: "", urineAcetone: "", hematuria:"", + otherUrine:"", other_textFZ:"" }, onLoad: function (e) { @@ -195,6 +206,7 @@ Page({ urineSugar: result.urineSugar, urineAcetone: result.urineAcetone, hematuria: result.hematuria, + otherUrine: result.otherUrine, other_textFZ: result.otherText, }) @@ -226,6 +238,15 @@ Page({ ear: result.ear, spineFours: result.spineFours, portaGenitals: result.portaGenitals, + // bilirubinHead: result.bilirubinHead, + // bilirubinChest: result.bilirubinChest, + // bilirubinBelly: result.bilirubinBelly, + bilirubin:result.bilirubin, + bregma: result.bregma, + bregmaValue:result.bregmaValue, + nerve: result.nerve, + stoopStatus: result.stoopStatus, + stoopSign: result.stoopSign, otherTextEK: result.otherText, }) @@ -248,6 +269,7 @@ Page({ weight: result.weight, head: result.head, chestw: result.chestw, + heightWeight: result.heightWeight, temperature: result.temperature, growthEvaluate: result.growthEvaluate, }) diff --git a/littleApp_child/pages/checkTabList/checkTabList.wxml b/littleApp_child/pages/checkTabList/checkTabList.wxml index a77f6be..9915442 100644 --- a/littleApp_child/pages/checkTabList/checkTabList.wxml +++ b/littleApp_child/pages/checkTabList/checkTabList.wxml @@ -58,19 +58,19 @@ - - + + - - + + - - + + @@ -82,7 +82,7 @@ - + @@ -167,6 +167,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -175,15 +210,15 @@ - + 体温: {{temperature}} - - + + @@ -204,9 +239,9 @@ - - - + + + @@ -271,7 +306,7 @@ - 发育检查 + 尿常规 @@ -295,6 +330,14 @@ + + + + + + + + 其他 @@ -307,13 +350,13 @@ - - + + {{showTitle}} - + - + 知道了 - - \ No newline at end of file + + \ No newline at end of file diff --git a/littleApp_child/pages/childcare_knowledge_detail/childcare_knowledge_detail.wxss b/littleApp_child/pages/childcare_knowledge_detail/childcare_knowledge_detail.wxss index cb39555..d3638fd 100644 --- a/littleApp_child/pages/childcare_knowledge_detail/childcare_knowledge_detail.wxss +++ b/littleApp_child/pages/childcare_knowledge_detail/childcare_knowledge_detail.wxss @@ -1,7 +1,6 @@ .main { background: #fff; width: 100%; - height: 100%; } .title_text { diff --git a/littleApp_child/pages/system_notifacations/system_notifacations.json b/littleApp_child/pages/system_notifacations/system_notifacations.json index 876e660..78e35b2 100644 --- a/littleApp_child/pages/system_notifacations/system_notifacations.json +++ b/littleApp_child/pages/system_notifacations/system_notifacations.json @@ -1,6 +1,6 @@ { "navigationBarBackgroundColor": "#48C17B", - "navigationBarTitleText": "系统通知", + "navigationBarTitleText": "消息通知", "navigationBarTextStyle": "white", "backgroundColor": "#d8dbd4" } \ No newline at end of file -- 1.8.3.1