diff --git a/src/views/newMap/chatView/chatBox.vue b/src/views/newMap/chatView/chatBox.vue index bb79141f6..0117a13f1 100644 --- a/src/views/newMap/chatView/chatBox.vue +++ b/src/views/newMap/chatView/chatBox.vue @@ -750,6 +750,7 @@ export default { } }, 1000); }, function (error) { + that.audioPlay = false; switch (error.code || error.name) { case 'PERMISSION_DENIED': case 'PermissionDeniedError':