vue mint-loadmore 在手機上向上拖動後 不能釋放,頁面卡住的現象

   <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時,頁面向上拖拽後,向上的箭頭不釋放,而且頁面不能進行任何操做html

相關文章
相關標籤/搜索