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