Browse Source

fix: #8702 bug修复

TIANYONG 1 year ago
parent
commit
10157c48ff

+ 2 - 1
src/page-instrument/evaluat-model/delay-check/index.tsx

@@ -111,9 +111,10 @@ export default defineComponent({
 			// data.step = evaluatingData.earphone ? 4 : 3;
 		};
 		const hanldeEndTune = () => {
+			console.log('设置soundEffect')
 			data.step = 7;
 			anim.value?.play();
-			state.setting.soundEffect = false;
+			// state.setting.soundEffect = false;
 		};
 
 		const toggleTune = async (state: "start" | "stop" | "finishTune") => {

+ 1 - 0
src/page-orchestra/evaluat-model/index.tsx

@@ -294,6 +294,7 @@ export default defineComponent({
 					<SoundEffect
 						onClose={(value: any) => {
 							evaluatingData.soundEffectMode = false;
+							console.log('设置soundEffect')
 							if (value) {
 								state.setting.soundEffect = false;
 							}