在下拉函数里加上这句wx.stopPullDownRefresh();
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
var that = this;
// console.log(111)
that.getDetails()//获取详情
wx.stopPullDownRefresh();
},
原文:https://www.cnblogs.com/qcjdp/p/11419028.html