正常情况是没有问题,偶尔做出来的列表(不是scrollview),使用很多view加上overflow:auto做出来的列表,滚动没有动画,就是那算僵硬的滚动,松开手立马就停止了。也不知道是什么原因造成的,我最后一次是
<swiper-item class="CorePVC_item"> <view class="CorePVC_contentItem"> <block wx:for="{{menus}}" wx:for-index="idx"> <view class="cell">列表{{idx}}</view> </block> </view></swiper-item> |
.CorePVC_contentView{height: 100%;}.CorePVC_swiper{width: 100%; height: 100%;}.CorePVC_contentItem{ overflow: auto; width: 100%; height: 100%;} .cell{height: 320px;} |
模拟器没有问题,6plus 滚动松手立马停止没有动画

怎么没有人?