|
@@ -412,13 +412,12 @@ var shoppingConfirm = new Vue({
|
|
|
_self.balance.deductMoney = _self.balance.userMoney;
|
|
|
_self.balance.surplusMoney = 0;
|
|
|
}
|
|
|
- }else{
|
|
|
- // 取消抵扣
|
|
|
+ }else{// 取消抵扣
|
|
|
_self.payInfo.balancePayFlag = 0;
|
|
|
_self.balance.userMoney = _self.balance.originUserMoney;
|
|
|
_self.balance.deductMoney = 0;
|
|
|
_self.balance.surplusMoney = _self.balance.originUserMoney;
|
|
|
- if(_self.balance.isFreight){
|
|
|
+ if(_self.balance.isFreight){//判断是否有采美豆抵扣运费
|
|
|
_self.payInfo.orderShouldPayFee = _self.totalPrice;
|
|
|
}else{
|
|
|
_self.payInfo.orderShouldPayFee = total;
|