JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_增加touchBtnOnlyVoice确实的方法
This commit is contained in:
@@ -487,6 +487,11 @@
|
||||
});
|
||||
}
|
||||
};
|
||||
const clearInputText = (text = '') => {
|
||||
let oldText = answerValue.value
|
||||
answerValue.value = text;
|
||||
return oldText
|
||||
}
|
||||
const changeBtn = () => {
|
||||
if (props.isDisabled) return;
|
||||
keyboardIsShow.value = !keyboardIsShow.value;
|
||||
@@ -495,6 +500,7 @@
|
||||
onHide(() => {
|
||||
isGettingPermission.value = true
|
||||
})
|
||||
defineExpose({clearInputText})
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user