JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix :bug

This commit is contained in:
杨航
2026-03-05 19:22:33 +08:00
parent b8fc3d9bf7
commit 4185ba6a5b
@@ -77,7 +77,7 @@
<image class="img" :src="commentInput1" mode="aspectFit"></image>
</view>
<view class="fl1"></view>
<view :class="['tool-send', value.length === 0?'is-disabled':'']" @click="submit">发送</view>
<view :class="['tool-send', sendDisabled?'is-disabled':'']" @click="submit">发送</view>
</view>
<!-- 下方主要表情输入框 -->
<view class="bottom-main-input-div">
@@ -163,6 +163,9 @@
isFocus.value = true
cursorLength.value = resStart.value || value.value.length
}
const sendDisabled = computed(()=>{
return value.value.length === 0 && fileList.value.length === 0
})
const showEmoji = ref(false)
const showEmojiNow = () => {
showEmoji.value = !showEmoji.value