国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > iOS > 正文

微信小程序 實現listview帶字母滑動

2019-10-21 18:46:29
字體:
來源:轉載
供稿:網友

微信小程序 實現listview帶字母滑動

wxml

 <!--字母滑動--> <view class="letter-position" wx:if="{{filterType == 'name'}}" hidden="{{letterShow?'true':''}}" style="z-index:{{Zindex}}" catchtouchstart="handlerAlphaTap" catchtouchmove="handlerMove" catchtouchend="handlerEnd">  <image class="no-stars star-icon" data-loc="star" src="../img/no-stars.png"></image>  <text class="letter" wx:for="{{groups}}" wx:for-item="group" data-loc="{{group.id}}" wx:key="L_{{group.id}}">   {{group.id}}  </text>  <text class="letter no-letter">   #  </text> </view>
<scroll-view scroll-into-view="{{locationTo}}" bindscrolltolower="onscrollLower" scroll-y="{{trues}}" style="height: {{clientHeihgt?clientHeihgt+'px':'auto'}}" bindscroll="scroll" scroll-top="{{scrollTop}}" hidden="{{favoriteCards.length==0 && starCards.length ==0}}">

js

handlerAlphaTap(e) {  var ap = e.target.dataset.loc; //字母  this.setData({   locationTo: ap  });  var list = this.data.groups;  this.offsetTop = (this.data.clientHeihgt - list.length * 16) / 2; }, handlerMove(e) {  var _this = this;  var list = this.data.groups;  var moveY = e.touches[0].clientY;  var rY = moveY - this.offsetTop;  if (rY >= 0) {   var index = Math.ceil((rY - 16) / 16);   if (0 <= index && index < list.length) {    _this.setData({     locationTo: list[index].id,     nonwApID: list[index].id,     fly: false,     //nonwAp: list[index]    });    // _this.setData({    //  nonwApID:_this.data.nonwAp.id    // });    }  } }, handlerEnd(e) {  //  try{  this.setData({   nonwApID: '',   fly: true,   // locationTo:this.data.nonwAp.id  });  // }catch(e){  // }  var _this = this;  this.setData({   scoTTTTp: e.currentTarget.dataset.scrollTop  }); },

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!


注:相關教程知識閱讀請移步到IOS開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 东源县| 景东| 镇巴县| 陈巴尔虎旗| 乌拉特后旗| 东至县| 遂溪县| 繁昌县| 苍溪县| 阿坝县| 淳安县| 女性| 长泰县| 万荣县| 桃园市| 措勤县| 平利县| 海原县| 清丰县| 高阳县| 时尚| 临西县| 长宁区| 上虞市| 青浦区| 康保县| 华容县| 榕江县| 泸水县| 芷江| 贡觉县| 长寿区| 株洲市| 友谊县| 原阳县| 红桥区| 武夷山市| 美姑县| 牟定县| 历史| 惠水县|