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