|  | @@ -45,6 +45,9 @@ export default defineComponent({
 | 
	
		
			
				|  |  |      const { detail, record } = toRefs(props)
 | 
	
		
			
				|  |  |      const videoShow = ref(false)
 | 
	
		
			
				|  |  |      const isInitPlyr = ref(false)
 | 
	
		
			
				|  |  | +    if (detailState.isPercussion) {
 | 
	
		
			
				|  |  | +      active.value = 'rhythm'
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |      const back = () => {
 | 
	
		
			
				|  |  |        postMessage({
 | 
	
		
			
				|  |  |          api: 'back',
 |