Apicloud——下拉刷新、上拉加载

2021-06-27 07:05

阅读:360

YPE html>

标签:for   key   des   取数   参数   color   har   col   user   

2018-12-07  13:18:21

非Apicloud中的插件

  1 
  2 
  3 
  4  5       6       7     APICloud APP  8       9      10      18 
 19 
 20 
 21 
 22     
 23     
 24     
25 26 27 28 29 30 31
; 113 114 115 }; 116 $api.byId(‘frame1_carlist‘).innerHTML = frame1_carlist_html; 117 }; 118 119 /** 120 * 初始化页面监听事件 121 */ 122 function fnInitEvent() { 123 /**上拉加载 */ 124 api.addEventListener({ 125 name: ‘scrolltobottom‘, 126 extra: { 127 threshold: 10 128 } 129 }, function(ret, err) { 130 //页码+1,继续请求数据 131 skip += 1; 132 fnInitData(); 133 }); 134 /** 下拉刷新 */ 135 api.setRefreshHeaderInfo({ 136 bgColor: ‘#ccc‘, 137 textColor: ‘#fff‘, 138 textDown: ‘下拉刷新...‘, 139 textUp: ‘松开刷新...‘ 140 }, function(ret, err) { 141 //重置页码、页面数据,请求数据 142 skip = 1; 143 datas = new Array(); 144 fnInitData(); 145 }); 146 }; 147 148 function openwin_ware(a) { 149 api.openWin({ 150 name: ‘ware‘, 151 url: ‘./ware.html‘, 152 pageParam: { 153 wareId: a 154 } 155 }); 156 } 157 158 159 160

 

Apicloud——下拉刷新、上拉加载

标签:for   key   des   取数   参数   color   har   col   user   

原文地址:https://www.cnblogs.com/jry199506/p/10082390.html


评论


亲,登录后才可以留言!