|  | @@ -327,7 +327,7 @@ export const handleStartBegin = async (preTimes?: number) => {
 | 
	
		
			
				|  |  |  		// 设置为开始播放时, 如果需要节拍,先播放节拍器
 | 
	
		
			
				|  |  |  		if (state.playState === "play" && state.needTick) {
 | 
	
		
			
				|  |  |  			const tickend = await handleStartTick();
 | 
	
		
			
				|  |  | -			// console.log("🚀 ~ tickend:", tickend)
 | 
	
		
			
				|  |  | +			console.log("🚀 ~ tickend:", tickend)
 | 
	
		
			
				|  |  |  			// 节拍器返回false, 取消播放
 | 
	
		
			
				|  |  |  			if (!tickend) {
 | 
	
		
			
				|  |  |  				state.playState = "paused";
 | 
	
	
		
			
				|  | @@ -337,6 +337,7 @@ export const handleStartBegin = async (preTimes?: number) => {
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		onPlay();
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  | +	if (evaluatingData.isErrorState) return
 | 
	
		
			
				|  |  |  	//开始录音
 | 
	
		
			
				|  |  |  	await api_startRecording({
 | 
	
		
			
				|  |  |  		accompanimentState: state.setting.enableAccompaniment ? 1 : 0,
 |