From 30bb94130de318a546b73cf339945c92c991974e Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 22 Apr 2025 11:35:26 +0800 Subject: [PATCH] =?UTF-8?q?Fix(AI):[#3663]=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E4=B8=AD=E8=AF=AD=E9=9F=B3=E8=BE=93=E5=85=A5=EF=BC=8C=E6=9C=AA?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E5=88=B0=E6=9C=89=E6=95=88=E8=AF=AD=E9=9F=B3?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=E2=80=9C?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=90=AC=E6=B8=85=E6=82=A8=E8=AF=B4=E4=BA=86?= =?UTF-8?q?=E4=BB=80=E4=B9=88=EF=BC=8C=E8=AF=B7=E5=86=8D=E8=AF=B4=E4=B8=80?= =?UTF-8?q?=E9=81=8D=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/components/bottomSend.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aiChat/components/bottomSend.vue b/aiChat/components/bottomSend.vue index 89e8668..eb35ccf 100644 --- a/aiChat/components/bottomSend.vue +++ b/aiChat/components/bottomSend.vue @@ -259,6 +259,8 @@ export default { uni.hideLoading() } }) + } else { + _this.$toast('没有听清您说了什么,请再说一遍') } }) } @@ -273,6 +275,7 @@ export default { _this.taskId = taskRes.data _this.getTransResultReq() }).catch(() => { + _this.$toast('没有听清您说了什么,请再说一遍') uni.hideLoading() }) }, @@ -287,7 +290,7 @@ export default { uni.hideLoading() _this.clearIntervalFn() if (data === '__NULL__') { - _this.$toast('豁然没有听清您说了什么,请再说一遍') + _this.$toast('没有听清您说了什么,请再说一遍') } else { if (data.length > 0) { const prompt = data[0].Text