领舞喊话修复
							parent
							
								
									502601bc52
								
							
						
					
					
						commit
						b8cf9450d3
					
				| 
						 | 
				
			
			@ -230,9 +230,12 @@ function receiveMessage(event)
 | 
			
		|||
		}
 | 
			
		||||
		// 领舞喊一起喊
 | 
			
		||||
		// leader.text.slice(0,3);
 | 
			
		||||
		if(leader.text.slice(0,4)=="一起喊:" || leader.text.slice(0,4)=="一起喊:"){
 | 
			
		||||
			allSay(leader.text.slice(4));
 | 
			
		||||
		}
 | 
			
		||||
        if (leader.text.length >= 4) {
 | 
			
		||||
            if(leader.text.slice(0,4)=="一起喊:" || leader.text.slice(0,4)=="一起喊:"){
 | 
			
		||||
                allSay(leader.text.slice(4));
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
		
 | 
			
		||||
		// 领舞自己喊跳舞
 | 
			
		||||
		if(peopleHan(dm.text)){
 | 
			
		||||
			clearInterval(dancerTimer);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue