apicloud下拉刷新数据使用例子
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
apiready=function(){ //下拉刷新 api.setRefreshHeaderInfo({ visible: true, loadingImg: 'widget://image/refresh.png', bgColor: '#ccc', textColor: '#fff', textDown: '下拉刷新...', textUp: '松开刷新...', showTime: true }, function(ret, err){ getInteract(); api.refreshHeaderLoadDone(); }); } |
转载请注明:PHP笔记 » Apicloud下拉刷新数据使用例子