下拉刷新关闭动画效果调整

This commit is contained in:
wans 2020-06-26 16:00:22 +08:00
parent fab71abd17
commit 4fddb0da7d

View File

@ -79,6 +79,9 @@ Page({
}); });
}, function(code,data){ }, function(code,data){
app.dialog.msg(data.msg); app.dialog.msg(data.msg);
},function(){
wx.hideNavigationBarLoading();
wx.stopPullDownRefresh();
} }
); );
}, },
@ -158,10 +161,6 @@ Page({
orderKey: '', orderKey: '',
}) })
this.onLoad(); this.onLoad();
setTimeout(() => {
wx.hideNavigationBarLoading()
wx.stopPullDownRefresh()
}, 500);
}, },
/** /**