|
@@ -150,7 +150,7 @@ export const handlePerformDetection = async () => {
|
|
// 效音
|
|
// 效音
|
|
// 是否需要开启效音
|
|
// 是否需要开启效音
|
|
evaluatingData.checkStep = 10;
|
|
evaluatingData.checkStep = 10;
|
|
- if (state.setting.soundEffect) {
|
|
|
|
|
|
+ if (state.setting.soundEffect && !state.isPercussion) {
|
|
evaluatingData.soundEffectMode = true;
|
|
evaluatingData.soundEffectMode = true;
|
|
handleStartSoundCheck();
|
|
handleStartSoundCheck();
|
|
} else {
|
|
} else {
|