| 
					
				 | 
			
			
				@@ -429,6 +429,11 @@ export const refreshIndex = (ctime?: number) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     const index = getIndex(detailState.times, currentTimeNum) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 监听app返回的ctime 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // console.log(777777777,index,ctime,state.audiosInstance.audio.currentTime) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    if (state.evaluatingStatus) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      console.log('评测模式','app返回的播放进度',ctime) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      console.log('练习模式','h5播放器的播放进度',state.audiosInstance.audio.currentTime) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     dynamicShowPlaySpeed(index); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     state.activeIndex = index 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     removeRepateBackground(index) 
			 |