- 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小时前 - 微信小程序在电脑端运行等待一个多小时页面全部白屏,这种怎么解决?
公司旗下有两个小程序,一个比较新的没什么问题,但是老的小程序什么东西也没改,但是等待一个小时就白屏[图片]
11-06