只有在滚动触顶完成后元素消失一下 滑动一下元素就出现了
scroll-view在真机上会滑动会白屏,但滑动一下就没了 ?<scroll-view show-scrollbar="{{false}}" scroll-into-view="{{scrollIntoViewId}}" class="{{virtualTenant?'companyContent':'ncompanyContent'}} " enable-passive scroll-y bindscroll="bindscroll" bindscrolltoupper="bindscrolltoupper" scroll-top="{{scrollTop}}"> <!-- 聊天内容 --> <view style="text-align: center;"> <van-loading wx:if="{{!isEmpty}}" color="#1989fa" /> </view> <!-- id="chatMessage" --> <!-- <chatMessage isRobot="{{!deliveryType}}" messageList="{{messageList}}" selectItem="{{selectItem}}" bindRobitTable="selectTable" bindartificial="artificial" /> --> <chatMessage id="{{'message'+item.header['Message-Timestamp']}}" wx:for="{{messageList}}" wx:key="index" isRobot="{{!deliveryType}}" messageIndex="{{index}}" item="{{item}}" selectItem="{{selectItem}}" bindRobitTable="selectTable" bindartificial="artificial" /> </scroll-view> 实现上拉加载的功能,现在功能实现了,开发工具滚动没问题,但是真机上就会滚动加载完 白一下 我滑动了 就好了[图片][图片][图片]
19小时前