mui 下拉刷新真机无效

加上style:'circle'

mui.init({
pullRefresh: {
container: '#pullrefresh',
down: {
style:'circle',
callback: pulldownRefresh
}
// ,
// up: {
// contentrefresh: '正在加载...',
// callback: pullupRefresh
// }
}
});

猜你喜欢

转载自blog.csdn.net/csdnwr/article/details/80824986
MUI