function pulldownRefresh() {
mui.plusReady(function(){
setTimeout(function(){
plus.currentWebview().reload();
},1500);
});
}
![佚名](https://img-cdn-tc.dcloud.net.cn/account/identicon/cee43f9775a7a92066561e967fee56c5.png)
佚名
- 发布:2017-03-03 18:16
- 更新:2017-03-03 19:10
- 阅读:1075
1 个回复
Trust - 少说废话
获取当前webview对象的代码不正确,参考相关API。