Fix(客服/聊天室):[#1840]“完成”与“发送”按钮功能一致,遮挡内容输入框
This commit is contained in:
@@ -32,8 +32,16 @@
|
|||||||
<view class="footer flex jc-between ai-end">
|
<view class="footer flex jc-between ai-end">
|
||||||
<image :src="webUrl+'/20221014095236624035.png'" @click="getUploadToken"></image>
|
<image :src="webUrl+'/20221014095236624035.png'" @click="getUploadToken"></image>
|
||||||
<view class="input-box">
|
<view class="input-box">
|
||||||
<textarea v-model="content" maxlength="150" :auto-height="true" :fixed="true" confirm-type="send"
|
<textarea
|
||||||
@input="userInput" @confirm="userSend"/>
|
v-model="content"
|
||||||
|
maxlength="150"
|
||||||
|
:auto-height="true"
|
||||||
|
:fixed="true"
|
||||||
|
:show-confirm-bar="false"
|
||||||
|
confirm-type="send"
|
||||||
|
@input="userInput"
|
||||||
|
@confirm="userSend"
|
||||||
|
/>
|
||||||
</view>
|
</view>
|
||||||
<button @click="userSend">发送</button>
|
<button @click="userSend">发送</button>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user