Explorar o código

联合丽格V1.0.2

zhengjinyi %!s(int64=2) %!d(string=hai) anos
pai
achega
d3fabb0a41
Modificáronse 1 ficheiros con 6 adicións e 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();