防止多次点击
This commit is contained in:
parent
a318ea9f84
commit
e946b98abf
@ -62,7 +62,8 @@
|
||||
fileListes:[],
|
||||
rSelect:[],
|
||||
image:"",
|
||||
token:""
|
||||
token:"",
|
||||
tiaozhuan:false
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
@ -115,6 +116,10 @@
|
||||
})
|
||||
},
|
||||
kaibo(){
|
||||
if(this.tiaozhuan){
|
||||
return ;
|
||||
}
|
||||
this.tiaozhuan = true
|
||||
this.$u.api.createChatRoom({
|
||||
chat_name:this.max,
|
||||
live_desc:this.form.text,
|
||||
@ -128,6 +133,7 @@
|
||||
title: res.message,
|
||||
type: 'error'
|
||||
});
|
||||
this.tiaozhuan = false
|
||||
}
|
||||
this.$u.route({
|
||||
url:"/pages/release/zhibo",
|
||||
|
Loading…
Reference in New Issue
Block a user