From 1b1ddad29ef2e434acdebd148cd8dc3c569396a6 Mon Sep 17 00:00:00 2001 From: fan Date: Sat, 6 May 2023 10:49:05 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BF=AE=E6=94=B9=E8=AF=AD=E9=9F=B3?= =?UTF-8?q?=E6=9C=80=E9=95=BF=E7=A7=92=E6=95=B0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 20de76047bb36d8a35acaa744c49b2f1bb5716d8. --- src/views/newMap/display/newChat/chatContent.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/newMap/display/newChat/chatContent.vue b/src/views/newMap/display/newChat/chatContent.vue index 5af1a18ac..ef69211bb 100644 --- a/src/views/newMap/display/newChat/chatContent.vue +++ b/src/views/newMap/display/newChat/chatContent.vue @@ -29,7 +29,7 @@ T - + @@ -60,7 +60,6 @@ export default { return { recordSending:false, seconds:0, - maxSeconds:59, inter:null, recorders: null, microphone:null, @@ -296,7 +295,7 @@ export default { this.recordSending = true; this.audioPlay = false; this.inter = setInterval(() => { - if (this.seconds < this.maxSeconds) { + if (this.seconds < 60) { this.seconds++; } else { clearInterval(this.inter);