APICloud学习笔记之下拉刷新

 1 function initRefresh() {
 2     api.setRefreshHeaderInfo({
 3         visible: true,
 4         loadingImg: 'widget://image/refresh.png',
 5         bgColor: '#ccc',
 6         textColor: '#fff',
 7         textDown: '下拉刷新...',
 8         textUp: '松开刷新...',
 9         showTime: true
10     }, function(ret, err) {
11         fnGetWareList();
12     });
13 }
原文地址:https://www.cnblogs.com/wuhailong/p/6595631.html