<mt-loadmore :bottom-method="loadBottom" :bottom-all-loaded="allLoaded" @bottom-status-change="handleBotChange" ref="loadmore">
    /*html*/
  </mt-loadmore>
      loadBottom () {
        var that = this;
        setTimeout(() => {  // 重点在于 添加定时器
          that.current++;    // 请求页数
          that.req_carlist();  // 接口请求
          that.$refs.loadmore.onBottomLoaded();
        }, 1000);
      },

没有添加setTimeout时,页面向上拖拽后,向上的箭头不释放,并且页面不能进行任何操作

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。