소스 검색

Merge branch 'gyt-feature-tianyong' into online

TIANYONG 1 년 전
부모
커밋
fd1fe87a8a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/subpages/colexiu-report/header/index.tsx

+ 5 - 0
src/subpages/colexiu-report/header/index.tsx

@@ -45,6 +45,11 @@ export default defineComponent({
     const { detail, record } = toRefs(props)
     const videoShow = ref(false)
     const isInitPlyr = ref(false)
+    // 打击乐只有节奏栏
+    if (detailState.isPercussion) {
+      active.value = 'rhythm'
+      emit('activeChange', 'rhythm')
+    }
     const back = () => {
       postMessage({
         api: 'back',