scroll-view
scroll-view组件
在真机调试的时候 会出现无限上下滚动 无限触发
[@scroll](/user/scroll)="roll"
一直上下跳,
<scroll-view scroll-y scroll-top="{{top}}" class="EventDetailsScrollView" [@scroll](/user/scroll)="roll"scroll-into-view="{{JumpView}}">
<scroll-view scroll-x="true">
<block wx:for="{{[0,1,2,3,4,5,6,7,8,9]}}" wx:key="{{index}}">
<view>
<image></image>
</view>
</block>
</scroll-view>
</scroll-view>
这个样子
跪求怎么解决??很急 = =!