JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改sit的两个样式bug

This commit is contained in:
田岩
2026-01-19 14:08:59 +08:00
parent 746491b1b6
commit 0e03b9b3ed
5 changed files with 22 additions and 15 deletions
+4 -1
View File
@@ -614,6 +614,9 @@
answerValue.value = text;
return oldText
}
const give_up = () => {
console.log('调用结束语音回答');
};
const changeBtn = () => {
if (props.isDisabled) return;
keyboardIsShow.value = !keyboardIsShow.value;
@@ -622,7 +625,7 @@
onHide(() => {
isGettingPermission.value = true
})
defineExpose({clearInputText})
defineExpose({clearInputText, give_up})
</script>
<style lang="scss" scoped>
@@ -492,6 +492,9 @@
answerValue.value = text;
return oldText
}
const give_up = () => {
console.log('调用结束语音回答');
};
const changeBtn = () => {
if (props.isDisabled) return;
keyboardIsShow.value = !keyboardIsShow.value;
@@ -500,7 +503,7 @@
onHide(() => {
isGettingPermission.value = true
})
defineExpose({clearInputText})
defineExpose({clearInputText, give_up})
</script>
<style lang="scss" scoped>