|
@@ -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();
|