Merge pull request '防止多次点击' (#35) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/demingshangjia/pulls/35
This commit is contained in:
		
						commit
						42a08e07ba
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user