经常做出来一个列表,滚动没有动画

发布于 8 年前作者 junhao14454 次浏览最后编辑 8 年前来自 ask

正常情况是没有问题,偶尔做出来的列表(不是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 滚动松手立马停止没有动画

1 回复
zpeng
zpeng1 楼6 年前

怎么没有人?