From a78dfe272dcbab70574c77229af6c38e8451dc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Mon, 20 Feb 2023 17:36:40 +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/appointmenttime/appointmenttime.vue | 3 ++- pages/homepage/homepage.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 4cdab62..bd0cf31 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -208,7 +208,8 @@ } catch (e) {} }, timechange(index) { - this.serviceDate = this.orderlist.appointmentTimeList[index].date + console.log(this.orderlist.appointmentTimeList[index]) + this.orderlist.serviceDate = this.orderlist.appointmentTimeList[index].date this.timecurrent = index }, //获取耗材包详情 diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 3b92c3c..7d17928 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -74,7 +74,6 @@ onShow() { this.pageNum = 1 this.getPoserInfo(); - this.getHeathHousing(); }, methods: { //跳转健康咨询item @@ -105,6 +104,7 @@ }) this.swiperImgUrls = res.data.poserInfoList } + this.getHeathHousing(); } }) },