下拉刷新幅度太大会出现一个小黑点,一直不消失
如图,一般是页面上没有什么内容,下拉幅度比较大的时候出现,有时是一个点,有时是三个点,就这样一直在屏幕上不动
已经在
onPullDownRefresh
中使用了
wx.stopPullDownRefresh()
代码如下
onPullDownRefresh: function () { let that = this ; wx.stopPullDownRefresh(); that.loadComment(); } |
求解决方法