From ee14c00ad61a7b7bf7f621229fef9907af4aefe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 11 Apr 2023 16:32:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/appointmenttime/appointmenttime.vue | 1 + 1 file changed, 1 insertion(+) 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 } })