From 0885a908ea13f7b964f0d4557439d15ef9bde91a Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Thu, 24 Apr 2025 15:59:32 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aiChat/components/bottomSend.vue b/aiChat/components/bottomSend.vue index ff3716d..0b1132e 100644 --- a/aiChat/components/bottomSend.vue +++ b/aiChat/components/bottomSend.vue @@ -252,6 +252,7 @@ export default { fail: err => { console.log(err) uni.hideLoading() + _this.$toast('没有听清您说了什么,请再说一遍') } }) } else { @@ -270,8 +271,8 @@ export default { _this.taskId = taskRes.data _this.getTransResultReq() }).catch(() => { - _this.$toast('没有听清您说了什么,请再说一遍') uni.hideLoading() + _this.$toast('没有听清您说了什么,请再说一遍') }) }, getTransResultReq() { @@ -297,6 +298,7 @@ export default { } }).catch(() => { uni.hideLoading() + _this.$toast('没有听清您说了什么,请再说一遍') }) }, 1000) },