听风不是雨
听风不是雨
  • 发布:2016-10-10 18:19
  • 更新:2016-10-10 18:19
  • 阅读:1970

一个页面能不能对不同的区域添加多个pullRefresh

分类:MUI

现在试了下,如
mui.init({
swipeBack:true ,//启用右滑关闭功能
pullRefresh: {
container: '#scroll2',
up: {
contentrefresh: '',
callback: pullupRefresh
}
},
pullRefresh: {
container: '#scroll3',
up: {
contentrefresh: '',
callback: pullupRefresh1
}
}
});
貌似前面的pullRefresh就无效了,有解决的办法吗

2016-10-10 18:19 负责人:无 分享
已邀请:

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