Explorar o código

feat: bug修复

TIANYONG hai 7 meses
pai
achega
1260aedba4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/page-instrument/header-top/speed/index.tsx

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

@@ -139,7 +139,7 @@ export default defineComponent({
 							))}
 						</div>
 						{
-							state.isMixBeat && state.modeType !== "evaluating" &&
+							state.isMixBeat && state.modeType !== "evaluating" && !state.isAppPlay &&
 							<div class={styles.metronome}>
 								<div class={styles.tit}>节拍器</div>
 								<Switch