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,