From f7d885da1f6c6f8de9c93aef7de54b939998de09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Mon, 12 Jan 2026 10:56:35 +0800 Subject: [PATCH 1/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 3006a5cf..48e668f9 100644 --- a/src/pages/course/components/touchBtn.vue +++ b/src/pages/course/components/touchBtn.vue @@ -515,6 +515,7 @@ // } isMoving.value = true; isTalking.value = true; + answerValue.value = '' emit('startRecord'); recNum.value += 1; let _recnum = recNum.value From baa1b8d2ddfd30f46ca39081d559981b808299e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Mon, 12 Jan 2026 11:29:22 +0800 Subject: [PATCH 2/3] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E5=90=89=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84?= =?UTF-8?q?=E9=9C=80=E6=B1=82=5Ffix=EF=BC=9A=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/components/touchBtn.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/course/components/touchBtn.vue b/src/pages/course/components/touchBtn.vue index 48e668f9..4137c550 100644 --- a/src/pages/course/components/touchBtn.vue +++ b/src/pages/course/components/touchBtn.vue @@ -267,7 +267,7 @@ transLoading.value = false closeModel() uni.showToast({ - title: '系统异常,请联系管理员', + title: err.message || '系统异常,请联系管理员', icon: 'none', duration: 1000 }); From 70a53f7524756f41604267d1212ef1796c814508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Mon, 12 Jan 2026 17:17:50 +0800 Subject: [PATCH 3/3] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E5=90=89=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84?= =?UTF-8?q?=E9=9C=80=E6=B1=82=5Ffix=EF=BC=9B=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/dialog.vue | 250 ++++++++++++++++++++----------------- 1 file changed, 137 insertions(+), 113 deletions(-) diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index 35ff96b3..8573ebbc 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -3,31 +3,17 @@ - + AI问答 内容由AI生成 - - + + + 历史 消息 @@ -49,42 +35,25 @@ - + {{ questionList[item - 1].hotContent }} - + {{ questionList[item + Math.ceil(questionList.length / 2) - 1].hotContent }} - - + + @@ -119,23 +88,16 @@ - + - - + + @@ -144,19 +106,49 @@