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