From dbe29133ecaeec5cdb6a3d125d7e22f393bc803e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Thu, 12 Mar 2026 09:56:00 +0800 Subject: [PATCH] =?UTF-8?q?LBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5Ffix:=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/components/touch-btn/touch-btn.vue | 2 +- src/pages/index/dialog.vue | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index f620d0e7..93437482 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ ENV = 'development' #VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001' -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # DEV diff --git a/src/components/touch-btn/touch-btn.vue b/src/components/touch-btn/touch-btn.vue index e32c5558..6ddeaef3 100644 --- a/src/components/touch-btn/touch-btn.vue +++ b/src/components/touch-btn/touch-btn.vue @@ -575,7 +575,7 @@ }; // 禁用时点击给的提示 const disabled_click = () => { - if (props.isDisabled) { + if (props.isDisabled && props.disabledText) { console.log('禁用时点击给的提示', props.disabledText); common.msg(props.disabledText); } diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index 7d57eeab..fea35909 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -147,7 +147,7 @@ /> --> + :adjustPosition="true" :isDisabled="isHistory" :disabledText="''"/> @@ -705,6 +705,9 @@ // 新发送语音 const submitVoice = ({ossKey, text}) => { console.log('新发送语音',ossKey,text); + // if (talkingList.value.length > 0 && talkingList.value[talkingList.value.length - 1].isLoading) { + // return + // } if(!ossKey) { talkingList.value.pop(); uni.showToast({