实例页面有这段代码
if (mui.os.plus) {
mui.plusReady(function() {
setTimeout(function() {
mui('#pullrefresh').pullRefresh().pullupLoading();
}, 1000);
});
} else {
mui.ready(function() {
mui('#pullrefresh').pullRefresh().pullupLoading();
});
}
mui('#pullrefresh').pullRefresh().pullupLoading();
这句话是干什么的? pullRefresh()获取到的对象方法有哪些,有没有文档可以参考?
另外http://ask.dcloud.net.cn/docs/,没有搜索文档的功能吗?只能搜问答?
0 个回复