Compare commits

..

No commits in common. "42a08e07ba2a87096b5078a876b339a477e97d9d" and "bee3ab9fba54c73321c11cf9efd1ffa785b0ca30" have entirely different histories.

View File

@ -62,8 +62,7 @@
fileListes:[], fileListes:[],
rSelect:[], rSelect:[],
image:"", image:"",
token:"", token:""
tiaozhuan:false
}; };
}, },
methods: { methods: {
@ -116,10 +115,6 @@
}) })
}, },
kaibo(){ kaibo(){
if(this.tiaozhuan){
return ;
}
this.tiaozhuan = true
this.$u.api.createChatRoom({ this.$u.api.createChatRoom({
chat_name:this.max, chat_name:this.max,
live_desc:this.form.text, live_desc:this.form.text,
@ -133,7 +128,6 @@
title: res.message, title: res.message,
type: 'error' type: 'error'
}); });
this.tiaozhuan = false
} }
this.$u.route({ this.$u.route({
url:"/pages/release/zhibo", url:"/pages/release/zhibo",