JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改sit的两个样式bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user