|
@@ -140,7 +140,7 @@ var shoppingConfirm = new Vue({
|
|
|
_self.payInfo.orderShouldPayFee = _self.totalPrice + _self.payInfo.freight;
|
|
|
switch (_self.payInfo.freePostFlag) {
|
|
|
case 1:
|
|
|
- if( _self.userBeans >= _self.freightMoney*100 ){
|
|
|
+ if( _self.userBeans >= r.data.freight*100 ){
|
|
|
_self.freightBeansMoney = r.data.freight;
|
|
|
_self.freightMoney = r.data.freight;
|
|
|
_self.isBeansShow = true;
|