LBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -575,7 +575,7 @@
|
||||
};
|
||||
// 禁用时点击给的提示
|
||||
const disabled_click = () => {
|
||||
if (props.isDisabled) {
|
||||
if (props.isDisabled && props.disabledText) {
|
||||
console.log('禁用时点击给的提示', props.disabledText);
|
||||
common.msg(props.disabledText);
|
||||
}
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
/> -->
|
||||
<touch-btn @submitVoice="submitVoice" @sendLoading="sendLoading" @submitAnswer="submitAnswer"
|
||||
@startRecord="startRecordCallback" :loadingText="sendLoadingText" :isLoading="!answerIsOver"
|
||||
:adjustPosition="true" :isDisabled="isHistory" />
|
||||
:adjustPosition="true" :isDisabled="isHistory" :disabledText="''"/>
|
||||
|
||||
<History ref="historyRef" @showDetail="showHistoryDetail"></History>
|
||||
<PreviewVue ref="previewRef" />
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user