Fix(订单):[#3256]商详页直接进入提交订单页面,默认地址显示为上一次购买商品时选择的地址信息

This commit is contained in:
lifizer
2025-07-17 11:37:37 +08:00
parent 57c62416c5
commit 85c5269ad9
+1 -1
View File
@@ -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
}