小程序模板网

实现微信好友列表点击右侧字母列表跳转对应位置效果

发布时间:2018-04-25 09:08 所属栏目:小程序开发教程

这个月,比较忙,遇到某位同学问我一个问题:在小程序里实现微信好友列表点击右侧字母列表跳转对应位置效果。写了个demo,核心部分很简单,所以没多少注释,如果遇到问题就加群问我吧。

核心技术点: 
1、小程序scroll-view组件的scroll-into-view, scroll-with-animation. scroll-y属性。 
2、小程序的touch事件的应用。 
3、Js定时器的应用。

view页面代码:

index.wxml


				
  1. <!--index.wxml-->
  2. <view class="container" scroll-y>
  3. <scroll-view class="info" id="info" scroll-with-animation scroll-y scroll-top="200" scroll-into-view="{{toView}}" style="height:{{height}}px;">
  4. <view class="iitem" id="{{item.id}}" wx:for="{{info_list}}" wx:key="1">


易优小程序(企业版)+灵活api+前后代码开源 码云仓库:starfork
本文地址:https://www.eyoucms.com/wxmini/doc/course/23959.html 复制链接 如需定制请联系易优客服咨询:800182392 点击咨询
QQ在线咨询