Fix(订单):[#3256]商详页直接进入提交订单页面,默认地址显示为上一次购买商品时选择的地址信息
This commit is contained in:
@@ -684,7 +684,7 @@ export default {
|
|||||||
bargainId: this.orderGroupInfo.bargain_id,
|
bargainId: this.orderGroupInfo.bargain_id,
|
||||||
from: this.from,
|
from: this.from,
|
||||||
mark: this.mark || "",
|
mark: this.mark || "",
|
||||||
shippingType: parseInt(shipping_type) + 1,
|
shippingType: parseInt(this.shipping_type) + 1,
|
||||||
storeId: this.storeItems ? this.storeItems.id : this.systemStore.id,
|
storeId: this.storeItems ? this.storeItems.id : this.systemStore.id,
|
||||||
...from
|
...from
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user