喂謀謀
喂謀謀
  • 发布:2018-05-26 22:05
  • 更新:2018-05-26 22:05
  • 阅读:1290

关于下拉刷新的问题!

分类:MUI

mui('#refreshContainer').pullRefresh().endPulldown();

endPulldown(); 会报错. 但是需要到 原型里面去找. up或者 down .

mui('.mui-scroll-wrapper').pullRefresh().endPullupToRefresh();

0 关注 分享

要回复文章请先登录注册

m***@sina.com

m***@sina.com

试试这个:
mui('#refreshContainer').pullRefresh().endPulldownToRefresh();
2018-05-27 12:30