启用上拉刷新

使用disablePullupToRefresh()方法禁用上拉加载后,可通过enablePullupToRefresh()方法再次启用上拉加载,代码如下:

  1. //pullup-container为在mui.init方法中配置的pullRefresh节点中的container参数;
  2. mui('#pullup-container').pullRefresh().enablePullupToRefresh();

扩展阅读

mui遵循 MIT License