main
kgdxpr 2 years ago
parent 206652ac62
commit e0c4d024fb

@ -338,7 +338,6 @@
}); });
function wList() { function wList() {
pullToRefreshW = mui('.mui-scroll1').pullToRefresh({ pullToRefreshW = mui('.mui-scroll1').pullToRefresh({
up: { up: {
auto: true, auto: true,
@ -362,7 +361,7 @@
setTimeout(function () { setTimeout(function () {
var flag = loadYList(_yPage, $("#ySearch").val()); var flag = loadYList(_yPage, $("#ySearch").val());
self.endPullUpToRefresh(flag); self.endPullUpToRefresh(flag);
}, 200); }, 2000);
} }
} }
}); });

Loading…
Cancel
Save