如图 “正在酝酿中…” 这是 提示文字,感觉像是整个 组件 飘到上方了,
<textarea class=‘textarea’ style=’{{iosPhone?“padding-top:10rpx;padding-bottom:10rpx;”:""}}’
value=’{{value}}’
bindfocus=’_textFocus’
bindinput=’_textInput’
bindlinechange=’_lineChange’
auto-focus=’{{isFocus}}’
placeholder=’{{hint}}’
auto-height=’{{autoHeight}}’
adjust-position=’{{true}}’
fixed=’{{true}}’
show-confirm-bar=’{{false}}’
maxlength=’-1’
cursor-spacing=“40rpx”>
</textarea>
代码基本就是这样子, 当页面滑动的时候 ,提示文字 会漂出输入框外,不知道是不是fixed的问题,现在看起来就 iPhone 会出现这个问题,也不是必现的。。。
提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。