修改
This commit is contained in:
parent
cc7712182e
commit
a78dfe272d
@ -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
|
||||||
},
|
},
|
||||||
//获取耗材包详情
|
//获取耗材包详情
|
||||||
|
|||||||
@ -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();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user