Explorar el Código

联合丽格V1.0.2

zhengjinyi hace 2 años
padre
commit
d3fabb0a41
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/main/resources/static/js/shopping/confirm.js

+ 6 - 0
src/main/resources/static/js/shopping/confirm.js

@@ -377,12 +377,15 @@ var shoppingConfirm = new Vue({
                         _self.cartParam.townId = data.townId
                         _self.supportParm.townId = data.townId
                         if(_self.urlType === 1) {//购物车提交
+                            _self.balance.flag = false
                             _self.getCartCreateOrderInfo()
                         }
                         if(_self.urlType === 2) {//商品提交
+                            _self.balance.flag = false
                             _self.getProductCreateOrderInfo()
                         }
                         if(this.urlType === 3) {//配套商品提交
+                            _self.balance.flag = false
                             _self.OrderClubProductSupporting()
                         }
                         _self.address.townId = data.townId;
@@ -453,12 +456,15 @@ var shoppingConfirm = new Vue({
                 }
             });
             if(this.urlType === 1) {//购物车提交
+                this.balance.flag = false
                 this.getCartCreateOrderInfo()
             }
             if(this.urlType === 2) {//购物车提交
+                this.balance.flag = false
                 this.getProductCreateOrderInfo()
             }
             if(this.urlType === 3) {//购物车提交
+                this.balance.flag = false
                 this.OrderClubProductSupporting()
             }
             this.closeAddressBox();