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(); } }) },