From 144800dd068d8b22f7122bb6a70477448577dc8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 6 Mar 2023 10:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E5=92=A8=E8=AF=A2+=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=A1=AE=E8=AE=A4=E4=B8=8E=E5=A1=AB=E5=86=99=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 36 +- .../Informationconfirmation.vue | 311 ++++++++++++++++++ pages/medicine/medicine.vue | 259 ++++++++++++--- static/header .png | Bin 0 -> 19361 bytes static/poserhealth .png | Bin 0 -> 121899 bytes 5 files changed, 548 insertions(+), 58 deletions(-) create mode 100644 pages/Informationconfirmation/Informationconfirmation.vue create mode 100644 static/header .png create mode 100644 static/poserhealth .png diff --git a/pages.json b/pages.json index 9257993..856fead 100644 --- a/pages.json +++ b/pages.json @@ -3,7 +3,24 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/medicine/medicine", + "style": { + "navigationBarTitleText": "健康咨询", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" + } + }, + { + "path" : "pages/Informationconfirmation/Informationconfirmation", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + },{ "path": "pages/integral/integral", "style": { "navigationBarTitleText": "积分", @@ -275,14 +292,14 @@ "enablePullDownRefresh": true //设置参数为true } }, - { - "path": "pages/medicine/medicine", - "style": { - "navigationBarTitleText": "健康咨询", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" - } - }, + // { + // "path": "pages/medicine/medicine", + // "style": { + // "navigationBarTitleText": "健康咨询", + // "enablePullDownRefresh": false, + // "navigationBarBackgroundColor": "#ffffff" + // } + // }, { "path": "pages/diseasemanagement/diseasemanagement", "style": { @@ -346,7 +363,8 @@ "navigationBarBackgroundColor": "#ffffff" } } - ], + + ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", diff --git a/pages/Informationconfirmation/Informationconfirmation.vue b/pages/Informationconfirmation/Informationconfirmation.vue new file mode 100644 index 0000000..6953b1e --- /dev/null +++ b/pages/Informationconfirmation/Informationconfirmation.vue @@ -0,0 +1,311 @@ + + + diff --git a/pages/medicine/medicine.vue b/pages/medicine/medicine.vue index f9e6a0b..72a948d 100644 --- a/pages/medicine/medicine.vue +++ b/pages/medicine/medicine.vue @@ -1,17 +1,70 @@ @@ -19,9 +72,16 @@