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