diff --git a/src/views/waitList/index.vue b/src/views/waitList/index.vue index 72d9ee0..0aff9d2 100644 --- a/src/views/waitList/index.vue +++ b/src/views/waitList/index.vue @@ -233,7 +233,7 @@ export default { // 添加 onend 事件处理器 utterance.onend = function () { this.popupMsg = ''; - Notification.colseAll(); + // Notification.colseAll(); console.log('Speech has finished.'); };