收藏
回答

recycle-view 为什么在加载前几页不会出现屏幕跳动多加载几页之后就会闪跳?

  "{{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('滚动到底部----');
    // if (this.postflg) {
      // this.postflg = false;//请求完成前不再更改页码请求接口
      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();
        // than.rows.update(beginIndex, list)
        // than.rows.destroy()
  
  },
回答关注问题邀请回答
收藏

4 个回答

  • 社区技术运营专员--阳光
    社区技术运营专员--阳光
    2020-08-13

    你好,请提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2020-08-13
    有用
    回复 5
    • admin
      admin
      2020-08-13
      https://developers.weixin.qq.com/s/rv8j1zmI71jq
      2020-08-13
      回复
    • admin
      admin
      2020-08-13
      看下这个什么问题
      2020-08-13
      回复
    • admin
      admin
      2020-08-13
      安卓苹果都会,咋解决,这个问题应该是回收的问题
      2020-08-13
      回复
    • admin
      admin
      2020-08-18
      ???????不回复下
      2020-08-18
      回复
    • 🤞🍊
      🤞🍊
      2023-06-06
      请问这个问题解决了吗?
      2023-06-06
      回复
  • Ja
    Ja
    09-06

    2024年9月6日,使用这个组件,在连续的划动N页后,再加载新数据,还是会出现跳动,不得不说这个组件真的好难用,规则又多,DEMO又少。本来是图方便,想用现成的,各种问题,亏大了,逐弃之....


    09-06
    有用
    回复
  • NW-蚂蚁T_T
    NW-蚂蚁T_T
    2021-10-19

    我也出现相同的问题,同问

    2021-10-19
    有用
    回复
  • admin
    admin
    2020-08-13

    有没有没处理下啊

    2020-08-13
    有用
    回复
登录 后发表内容
问题标签