fix:提交订单订单来源

feature/pay-0615-ch
ch 2 years ago
parent e7540706b9
commit 5864830b29

@ -102,7 +102,7 @@ export default {
return false;
}
const {error, result} = await ApiPostSubmitOrder({
orderSource : 4,
orderSource : 6,
recipientAddressId : this.address.id,
isVirtual :this.productType == 2 && true,
shoppingCartIds : query.ids ? query.ids.split(',') : [],

Loading…
Cancel
Save