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) },