From b4e080db929f26539b312c3c4cf121a17d6d1903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 17 Feb 2023 09:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 24 +- pages/Doctordetails/Doctordetails.vue | 120 ---- pages/Geriatricdisease/Geriatricdisease.vue | 95 --- pages/Personal/Personal.vue | 2 +- pages/ProductList/ProductList.vue | 51 +- pages/ProjectDetails/ProjectDetails.vue | 9 +- pages/ServiceDetails/ServiceDetails.vue | 2 +- pages/appointmenttime/appointmenttime.scss | 76 ++- pages/appointmenttime/appointmenttime.vue | 114 ++-- pages/diseasemanagement/diseasemanagement.vue | 6 +- pages/homepage/homepage.vue | 71 +-- pages/medicine/medicine.vue | 3 +- pages/menttimeorder/menttimeorder.vue | 2 +- pages/nursestation/nursestation.scss | 49 +- pages/nursestation/nursestation.vue | 25 +- pages/picker/picker.vue | 562 ------------------ pages/site/site.scss | 18 - pages/site/site.vue | 8 +- pages/startup/startup.vue | 2 +- pages/toptabbar/toptabbar.vue | 168 ------ pages/utabs/u-tabs.vue | 384 ++++++++++++ static/192x192.png | Bin 3357 -> 0 bytes static/dingdan.png | Bin 0 -> 2029 bytes static/logo.png | Bin 23943 -> 3357 bytes 24 files changed, 606 insertions(+), 1185 deletions(-) delete mode 100644 pages/Doctordetails/Doctordetails.vue delete mode 100644 pages/Geriatricdisease/Geriatricdisease.vue delete mode 100644 pages/picker/picker.vue delete mode 100644 pages/toptabbar/toptabbar.vue create mode 100644 pages/utabs/u-tabs.vue delete mode 100644 static/192x192.png create mode 100644 static/dingdan.png diff --git a/pages.json b/pages.json index b8caec1..3d1c2d3 100644 --- a/pages.json +++ b/pages.json @@ -286,37 +286,25 @@ { "path": "pages/medicine/medicine", "style": { - "navigationBarTitleText": "就医", + "navigationBarTitleText": "健康咨询", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } }, { - "path": "pages/Doctordetails/Doctordetails", - "style": { - "navigationBarTitleText": "医生信息", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" - } - }, { - "path": "pages/Geriatricdisease/Geriatricdisease", - "style": { - "navigationBarTitleText": "老年病中心", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#ffffff" - } - }, { "path": "pages/diseasemanagement/diseasemanagement", "style": { "navigationBarTitleText": "专病管理", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#ffffff" } - }, { - "path": "pages/toptabbar/toptabbar", + }, + { + "path": "pages/utabs/u-tabs", "style": { "navigationBarTitleText": "", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" } }, { diff --git a/pages/Doctordetails/Doctordetails.vue b/pages/Doctordetails/Doctordetails.vue deleted file mode 100644 index 1a98460..0000000 --- a/pages/Doctordetails/Doctordetails.vue +++ /dev/null @@ -1,120 +0,0 @@ - - - - - diff --git a/pages/Geriatricdisease/Geriatricdisease.vue b/pages/Geriatricdisease/Geriatricdisease.vue deleted file mode 100644 index 2fd7ef5..0000000 --- a/pages/Geriatricdisease/Geriatricdisease.vue +++ /dev/null @@ -1,95 +0,0 @@ - - - - - diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue index 4bf67e4..90ab0fc 100644 --- a/pages/Personal/Personal.vue +++ b/pages/Personal/Personal.vue @@ -8,7 +8,7 @@ - + 我的订单 diff --git a/pages/ProductList/ProductList.vue b/pages/ProductList/ProductList.vue index a028de1..2ddd69e 100644 --- a/pages/ProductList/ProductList.vue +++ b/pages/ProductList/ProductList.vue @@ -1,9 +1,11 @@