Commit 96a1de91 authored by hbcui1984's avatar hbcui1984

解决下拉刷新JS错误

parent 3897711e
...@@ -3260,8 +3260,7 @@ var mui = (function(document, undefined) { ...@@ -3260,8 +3260,7 @@ var mui = (function(document, undefined) {
}; };
PlusPullRefresh.prototype.initPulldownRefresh = function() { PlusPullRefresh.prototype.initPulldownRefresh = function() {
var self = this; var self = this;
var sw = $.currentWebview; plus.webview.currentWebview().setPullToRefresh({
sw.setPullToRefresh({
support: true, support: true,
height: self.downOptions.height + 'px', height: self.downOptions.height + 'px',
range: "200px", range: "200px",
......
This diff is collapsed.
This diff is collapsed.
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