This commit is contained in:
曹辉 2023-02-20 17:36:40 +08:00
parent cc7712182e
commit a78dfe272d
2 changed files with 3 additions and 2 deletions

View File

@ -208,7 +208,8 @@
} catch (e) {} } catch (e) {}
}, },
timechange(index) { 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 this.timecurrent = index
}, },
// //

View File

@ -74,7 +74,6 @@
onShow() { onShow() {
this.pageNum = 1 this.pageNum = 1
this.getPoserInfo(); this.getPoserInfo();
this.getHeathHousing();
}, },
methods: { methods: {
//item //item
@ -105,6 +104,7 @@
}) })
this.swiperImgUrls = res.data.poserInfoList this.swiperImgUrls = res.data.poserInfoList
} }
this.getHeathHousing();
} }
}) })
}, },