Преглед изворни кода

fix: 打击乐的评测报告,只显示节奏栏,默认选中修改

TIANYONG пре 1 година
родитељ
комит
7bf1a1362c
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/subpages/colexiu-report/header/index.tsx

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

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