From 98f106563ca92b12aadc91011b65a2a696b82282 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Thu, 31 Mar 2022 16:37:13 +0800 Subject: [PATCH] fix occupy --- src/components/site/order_modal/order_modal.vue | 2 +- src/pages/site/confirm/confirm.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/site/order_modal/order_modal.vue b/src/components/site/order_modal/order_modal.vue index 4144f64..7f365da 100644 --- a/src/components/site/order_modal/order_modal.vue +++ b/src/components/site/order_modal/order_modal.vue @@ -14,7 +14,7 @@ {{ orderInfo.order_no || '' }} - + 占用用途: {{ orderInfo.take_up_use_text || '' }} diff --git a/src/pages/site/confirm/confirm.vue b/src/pages/site/confirm/confirm.vue index db23b06..b2f5411 100644 --- a/src/pages/site/confirm/confirm.vue +++ b/src/pages/site/confirm/confirm.vue @@ -109,8 +109,8 @@ export default { this.light_up = e.detail.value }, confirmOccupy: util.debounce(function(){ - let { storeInfo, dateInfo, venueList, typeInfo, ocUsage } = this.occupyInfo; - let { ocPrice, ocReaon, light_up } = this; + let { storeInfo, dateInfo, venueList, typeInfo} = this.occupyInfo; + let { ocPrice, ocReaon, light_up, ocUsage } = this; util.showLoad(); servers.post({ url: API.venue.venueTakeUp,