在IOS 是正常的
down: {
auto:true,
contentdown: "下拉可以刷新", //可选,在下拉可刷新状态时,下拉刷新控件上显示的标题内容
contentover: "释放立即刷新", //可选,在释放可刷新状态时,下拉刷新控件上显示的标题内容
contentrefresh: "正在刷新...", //可选,正在刷新状态时,下拉刷新控件上显示的标题内容
callback: function() {
ajaxGetPhotoList(2)
mui("#photoRefresh").pullRefresh().endPulldownToRefresh()
}
}
安卓上报错 Uncaught TypeError: Cannot read property 'down' of undefined at js/mui.js:4896
亲们有遇到的吗
4896 行 var callback = $.options.pullRefresh.down.callback;
Benseqia
请问是手动调用pulldownRefresh()吗
2016-03-24 18:01
Nelson
是的
2016-03-31 11:58
1***@163.com
如何手动调试呢?是直接用id,写pullrefresh方法??
2016-08-08 09:37