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 }

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM