在刚制作的时候弹起来的软键盘会覆盖聊天记录
类似这样
然后我仔细研究了下代码
原代码:
//底部框代码
<view class="cu-bar foot input">
<view class="action" @tap="call">
<text class="cuIcon-phone text-grey"></text>
</view>
<view class="action" @tap="chooseImage">
<text class="cuIcon-camera text-grey"></text>
</view>
<input v-model="content" class="solid-bottom" :adjust-position="false" :focus="false" maxlength="500"
cursor-spacing="10" @focus="InputFocus" @blur="InputBlur"></input>
<button