JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix :bug
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
<image class="img" :src="commentInput1" mode="aspectFit"></image>
|
<image class="img" :src="commentInput1" mode="aspectFit"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="fl1"></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>
|
||||||
<!-- 下方主要表情输入框 -->
|
<!-- 下方主要表情输入框 -->
|
||||||
<view class="bottom-main-input-div">
|
<view class="bottom-main-input-div">
|
||||||
@@ -163,6 +163,9 @@
|
|||||||
isFocus.value = true
|
isFocus.value = true
|
||||||
cursorLength.value = resStart.value || value.value.length
|
cursorLength.value = resStart.value || value.value.length
|
||||||
}
|
}
|
||||||
|
const sendDisabled = computed(()=>{
|
||||||
|
return value.value.length === 0 && fileList.value.length === 0
|
||||||
|
})
|
||||||
const showEmoji = ref(false)
|
const showEmoji = ref(false)
|
||||||
const showEmojiNow = () => {
|
const showEmojiNow = () => {
|
||||||
showEmoji.value = !showEmoji.value
|
showEmoji.value = !showEmoji.value
|
||||||
|
|||||||
Reference in New Issue
Block a user