|
|
@ -522,6 +522,7 @@ export default { |
|
|
|
if (this.$deviceType == "app") { |
|
|
|
if (this.$deviceType == "app") { |
|
|
|
from.from = "app"; |
|
|
|
from.from = "app"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
console.log(this.storeItems, this.systemStore); |
|
|
|
createOrder(this.orderGroupInfo.orderKey, { |
|
|
|
createOrder(this.orderGroupInfo.orderKey, { |
|
|
|
realName: this.contacts, |
|
|
|
realName: this.contacts, |
|
|
|
phone: this.contactsTel, |
|
|
|
phone: this.contactsTel, |
|
|
@ -536,7 +537,7 @@ export default { |
|
|
|
from: this.from, |
|
|
|
from: this.from, |
|
|
|
mark: this.mark || "", |
|
|
|
mark: this.mark || "", |
|
|
|
shippingType: parseInt(shipping_type) + 1, |
|
|
|
shippingType: parseInt(shipping_type) + 1, |
|
|
|
storeId: this.storeItems.id || this.systemStore.id, |
|
|
|
storeId: this.storeItems ? this.storeItems.id : this.systemStore.id, |
|
|
|
...from |
|
|
|
...from |
|
|
|
}) |
|
|
|
}) |
|
|
|
.then(res => { |
|
|
|
.then(res => { |
|
|
|