|  | @@ -1642,6 +1642,11 @@ const setState = (data: any, index: number) => {
 | 
	
		
			
				|  |  |    // state.enableEvaluation = data.isEvaluated ? true : false;
 | 
	
		
			
				|  |  |    state.examSongId = data.bizId + "";
 | 
	
		
			
				|  |  |    state.cbsExamSongId = data.id + "";
 | 
	
		
			
				|  |  | +  // 曲子:1795013331841662977,1.3.5.7跳房子带repeat,2.4.6.8跳房子带DC,该曲子需要特殊处理,需要传入自定义的跳转规则
 | 
	
		
			
				|  |  | +  if (state.examSongId == '1795013331841662977') {
 | 
	
		
			
				|  |  | +    ; (window as any).DYCustomHopscotch = [1,2,1,2,1,2,1,2]
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  | +  ; (window as any).DYExamSongId = state.examSongId
 | 
	
		
			
				|  |  |    state.examSongName = data.name;
 | 
	
		
			
				|  |  |    state.coverImg = data.musicCover ?? "";
 | 
	
		
			
				|  |  |    // 如果是simple页面,只显示单轨
 |