Browse Source

总谱不显示节奏律动

黄琪勇 1 month ago
parent
commit
dc173e3637
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/page-instrument/header-top/index.tsx

+ 1 - 0
src/page-instrument/header-top/index.tsx

@@ -473,6 +473,7 @@ export default defineComponent({
 
     /** 节奏律动 */
     const rhythmBtn = computed(() => {
+      if(state.isCombineRender) return { display: false, disabled: false };
       // 跟练和评测显示
       if (["evaluating", "follow"].includes(state.modeType)) return { display: false, disabled: false, playIng: false };
       // 播放过程中不让切换