From 05fa6064f3ca967cc13942aee3348511d332a437 Mon Sep 17 00:00:00 2001 From: gaoxs Date: Thu, 18 Jun 2020 10:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BD=AE=E6=92=AD=E5=9B=BE?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=B7=B3=E8=BD=AC=E7=A4=BA=E4=BE=8B,?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4=E8=AE=A2=E5=8D=95=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 2 +- pages/order/OrderSubmission/index.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 089d60e..ba58a68 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -13,7 +13,7 @@ - + diff --git a/pages/order/OrderSubmission/index.vue b/pages/order/OrderSubmission/index.vue index 33c9cd6..638aace 100644 --- a/pages/order/OrderSubmission/index.vue +++ b/pages/order/OrderSubmission/index.vue @@ -522,6 +522,7 @@ export default { if (this.$deviceType == "app") { from.from = "app"; } + console.log(this.storeItems, this.systemStore); createOrder(this.orderGroupInfo.orderKey, { realName: this.contacts, phone: this.contactsTel, @@ -536,7 +537,7 @@ export default { from: this.from, mark: this.mark || "", shippingType: parseInt(shipping_type) + 1, - storeId: this.storeItems.id || this.systemStore.id, + storeId: this.storeItems ? this.storeItems.id : this.systemStore.id, ...from }) .then(res => {