"{{batchSetRecycleData}}" width="{{width}}" height="{{height}}" id="recycleId" bindscrolltolower="bindscrolltolower" >
<view slot="before" style="height:20rpx">view>
<recycle-item wx:for="{{rows}}" class="s_pic" wx:key="key" style="display:block" >
<image class="img_loading" src="{{IMG_URL}}hardcover/{{item.smallPic}}" mode="aspectFill" />
recycle-item>
recycle-view>
bindscrolltolower(e) {
console.log('滚动到底部----');
this.data.pageNo++;
this.GetData();
},
onLoad: function(options) {
wx.setNavigationBarTitle({
title: '精装图库'
});
var than =this;
let height = getApp().globalData.systemInfo.windowHeight;
let width = getApp().globalData.systemInfo.windowWidth;
than.rows = createRecycleContext({
id: 'recycleId',
dataKey: 'rows',
page: than,
itemSize: {
width: 175,
height: 117
}
})
than.setData({ height: height, width: width });
than.GetData();
},
你好,请提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
2024年9月6日,使用这个组件,在连续的划动N页后,再加载新数据,还是会出现跳动,不得不说这个组件真的好难用,规则又多,DEMO又少。本来是图方便,想用现成的,各种问题,亏大了,逐弃之....
我也出现相同的问题,同问
有没有没处理下啊