diff --git a/pages/order/OrderSubmission/index.vue b/pages/order/OrderSubmission/index.vue index 2b44f09..c325b08 100644 --- a/pages/order/OrderSubmission/index.vue +++ b/pages/order/OrderSubmission/index.vue @@ -684,7 +684,7 @@ export default { bargainId: this.orderGroupInfo.bargain_id, from: this.from, mark: this.mark || "", - shippingType: parseInt(shipping_type) + 1, + shippingType: parseInt(this.shipping_type) + 1, storeId: this.storeItems ? this.storeItems.id : this.systemStore.id, ...from }