diff --git a/src/views/newMap/display/newChat/chatContent.vue b/src/views/newMap/display/newChat/chatContent.vue index 128705f66..b7091254b 100644 --- a/src/views/newMap/display/newChat/chatContent.vue +++ b/src/views/newMap/display/newChat/chatContent.vue @@ -272,6 +272,9 @@ export default { this.microphone = null; this.recordSending = false; this.recorders = null; + if (this.$store.state.trainingNew.trainingSwitch) { + this.$store.dispatch('trainingNew/handleMatchVoice', {content: 'false'}); + } } }, // 停止录制 发送语音