|
|
@@ -339,7 +339,7 @@ export default {
|
|
|
params.skuId = this.selectedObj.skuId; //选中的SKU ID
|
|
|
params.specNameValueLis = this.selectedObj.specNameValueList; // SKU列表(规格组合明细)
|
|
|
params.quantity = 1; //购买数量
|
|
|
- params.payType = this.params.paymentType == 1 ? null : Number(this.selectPayMeth);//支付方式:1微信支付 2账户余额
|
|
|
+ params.payType = this.params.paymentType == 1 ? 3 : Number(this.selectPayMeth);//支付方式:1微信支付 2账户余额
|
|
|
params.freightAmount = this.params.freight; //运费
|
|
|
params.totalAmount = (this.selectedObj.priceMoney + (this.params.freight > 0 ? this.params.freight : 0));// 支付金额+运费=总金额
|
|
|
params.payAmount = this.selectedObj.priceMoney;// 支付金额
|