使用onPullDownRefresh下拉刷新时候列表卡顿?

发布于 7 年前作者 guona11802 次浏览最后编辑 7 年前来自 issues

    此处为我的代码,但是在ios上明显的卡顿,并且无法滑动列表

onPullDownRefresh() {

// wx.showNavigationBarLoading() //在标题栏中显示加载

let that = this;

that.shuaxin();

},

1 回复
pmeng
pmeng1 楼5 年前

shuaxin();里面是什么?贴出来看看。