Commit 1eb2cc1f authored by hbcui1984's avatar hbcui1984

解决iOS平台下拉刷新不停留直接返回的bug;

parent f118b58e
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
//API //API
resetPosition: function(time) { resetPosition: function(time) {
if (this.pulldown && this.y >= this.options.down.height) { if (this.pulldown && this.y >= this.options.down.height) {
this.pulldownLoading(0, time || 0); this.pulldownLoading(undefined, time || 0);
return true; return true;
} }
return this._super(time); return this._super(time);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment