From bac0b26949e78dc830f325b0e025d579c93d2b06 Mon Sep 17 00:00:00 2001 From: yanghang Date: Tue, 22 Jul 2025 16:11:43 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/dialog.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index afdfc714..72090774 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -725,7 +725,6 @@ } } } - } .talking-list{ height: calc(100% - 832rpx); @@ -734,5 +733,5 @@ .talking-scroll-list{ height: 100%; } - } } + } \ No newline at end of file From ce3372b67c3a9fbfb2838daceec868695f29fa27 Mon Sep 17 00:00:00 2001 From: yanghang Date: Tue, 22 Jul 2025 16:13:31 +0800 Subject: [PATCH 2/3] fix: bug --- src/pages/course/components/touchBtn.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/course/components/touchBtn.vue b/src/pages/course/components/touchBtn.vue index f5e49c48..e322ca3e 100644 --- a/src/pages/course/components/touchBtn.vue +++ b/src/pages/course/components/touchBtn.vue @@ -107,6 +107,7 @@ const initRecord = () => { if(!isOut.value){ if(startFlag.value !== 2){ common.msg('说话时间太短,没有听清!') + showTalkingModel.value = false return } emit('uploadVoice', audioPath.value) From 128babf07f0b01bef96568ca07a11e572a17f26c Mon Sep 17 00:00:00 2001 From: yanghang Date: Tue, 22 Jul 2025 16:16:35 +0800 Subject: [PATCH 3/3] fix: bug --- src/pages/course/components/touchBtn.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/course/components/touchBtn.vue b/src/pages/course/components/touchBtn.vue index e322ca3e..46cdd72a 100644 --- a/src/pages/course/components/touchBtn.vue +++ b/src/pages/course/components/touchBtn.vue @@ -206,6 +206,7 @@ const getRecordPermission = (obj) => { } const isMoving = ref(false) const showOverlayTalking = (obj) => { + if(showTalkingModel.value) return if(isLoadingState.value){ uni.showToast({ title: props.loadingText,