Browse Source

联合丽格V1.0.2

zhengjinyi 2 năm trước cách đây
mục cha
commit
d3fabb0a41
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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();