夜帝
夜帝
  • 发布:2016-01-26 08:49
  • 更新:2016-05-24 22:21
  • 阅读:1323

上拉加载更多问题

分类:MUI
mui

上拉加载更多的时候,当拉到没有更多数据时,设置了mui('#pullrefresh').pullRefresh().endPullupToRefresh(true);
而当我下拉刷新后,因为刷新了,我想重新启用上拉加载更多,于是我在刷新中加了
mui('#pullrefresh').pullRefresh().endPulldownToRefresh();
mui('#pullrefresh').pullRefresh().endPullupToRefresh(false);
这两句代码,但是发现上拉加载更多仍然无法拉动,请问是怎么回事啊?

2016-01-26 08:49 负责人:无 分享
已邀请:
夜帝

夜帝 (作者)

解决了,没仔细看文档
http://dev.dcloud.net.cn/mui/pullup/

该问题目前已经被锁定, 无法添加新回复