From 48088af2198bd15e2ab182da23c7a6e33c03db6a Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Sat, 26 Oct 2024 14:18:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=A2=84=E7=BA=A6?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages.json | 19 +- h5/pages/buy/choose/choose.vue | 262 +++--- h5/pages/main/tj/tjxq.vue | 31 +- h5/pages/main/ysdate/ysdate.vue | 313 +++++++ h5/pages/main/yytjsj/yytjsj.vue | 1509 +++++++++++++++---------------- 5 files changed, 1236 insertions(+), 898 deletions(-) create mode 100644 h5/pages/main/ysdate/ysdate.vue diff --git a/h5/pages.json b/h5/pages.json index 133a507..88109d5 100644 --- a/h5/pages.json +++ b/h5/pages.json @@ -255,13 +255,18 @@ "style": { "navigationBarTitleText": "" } - }, - { - "path" : "pages/main/question/choose/choose", - "style" : - { - "navigationBarTitleText" : "" - } + }, + { + "path": "pages/main/question/choose/choose", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/main/ysdate/ysdate", + "style": { + "navigationBarTitleText": "预约医生" + } } ], diff --git a/h5/pages/buy/choose/choose.vue b/h5/pages/buy/choose/choose.vue index 96ec1a5..57965ba 100644 --- a/h5/pages/buy/choose/choose.vue +++ b/h5/pages/buy/choose/choose.vue @@ -1,136 +1,160 @@ + .button_right_wrapper { + margin-right: 48rpx; + } + \ No newline at end of file diff --git a/h5/pages/main/tj/tjxq.vue b/h5/pages/main/tj/tjxq.vue index 6946c4b..6d5e48b 100644 --- a/h5/pages/main/tj/tjxq.vue +++ b/h5/pages/main/tj/tjxq.vue @@ -137,7 +137,14 @@ duo_xuan_yi: $store.getDuoXuanYi(), wj: wj.value, }); - $store.setYytjInfo({}); + if (!!$store.yytjInfo.doctor_name) { + $store.setYytjInfo({ + doctor_name: $store.yytjInfo.doctor_name, + doctor_date: $store.yytjInfo.doctor_date, + }); + } else { + $store.setYytjInfo({}); + } uni.setStorageSync("yytjInfoS", {}); uni.navigateTo({ url: "/pages/main/tjyy/tjyy", @@ -211,13 +218,12 @@ - + {{ comboInfo.combo_name }} - {{ val.keshi_name }}({{ val.children.length }}) - + {{ v.name }} @@ -339,8 +345,8 @@ {{ val.keshi_name }}({{ val.children.length }}) - + {{ v.name }} @@ -366,8 +372,8 @@ {{ val.keshi_name }}({{ val.children.length }}) - + {{ v.name }} @@ -445,8 +451,7 @@ -