pullRefresh组件配置

mui.init({
pullRefresh:{
container: '#contanier',
indicators:false,
up:{
height:200,
contentinit: '',
contentdown: '',
contentrefresh: '',
contentnomore: ''
},
down:{
height:200,
contentinit: '',
contentdown: '',
contentrefresh: '',
contentover:'',
callback:function(){}
}
}
});

posted @ 2016-04-15 20:44  向着太阳生  阅读(687)  评论(0编辑  收藏  举报