|
|
@@ -198,6 +198,7 @@ export default {
|
|
|
handleGoodsItem(item) {
|
|
|
if(this.userInfo.is_opne!==1){
|
|
|
tools.error(this.lang ==='en'?'Please apply for ticket grabbing permission from the service':'请向服务申请抢票权限')
|
|
|
+ this.getInfo();
|
|
|
return false
|
|
|
}
|
|
|
if(this.userInfo.vip_id!==item.id){
|
|
|
@@ -221,6 +222,7 @@ export default {
|
|
|
this.isAJAX = false;
|
|
|
// tools.success(res.msg)
|
|
|
this.$refs.orderSett.setOpen(true)
|
|
|
+ this.getInfo();
|
|
|
} else {
|
|
|
this.isAJAX = false;
|
|
|
tools.error(res.msg)
|