diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 9758eff..8d237b7 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -270,6 +270,7 @@ this.orderlist.serviceStartTime = res.data.appointmentTimeList[0].morningList[0] this.orderlist.serviceDate = res.data.appointmentTimeList[0].date this.consumableTotalPrice = res.data.consumableTotalPrice + this.orderlist.orderCommissionAmount = res.data.commissionAmount this.orderlist.disablingCondition = this.personInfo.disablingCondition } })