国产探花免费观看_亚洲丰满少妇自慰呻吟_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開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 白城市| 永定县| 江都市| 西平县| 芦溪县| 永定县| 南溪县| 砀山县| 和顺县| 合江县| 遂昌县| 西乡县| 泗水县| 辽宁省| 枣庄市| 澄江县| 达州市| 墨江| 晴隆县| 甘泉县| 甘洛县| 石门县| 大丰市| 临漳县| 屏东县| 卫辉市| 察哈| 周宁县| 鹤山市| 福建省| 金堂县| 嫩江县| 定远县| 连平县| 衡山县| 乡城县| 长兴县| 吴堡县| 九江县| 浙江省| 望谟县|