摘要: 1 2 3 4 {{item}} 5 6 7 8 9 10 11 事件方法: 12 onShortcutTouchStart(e){ 13 let anchorIndex = getData(e.target, 'index') 14 /... 阅读全文
posted @ 2018-08-10 15:35 前端极客 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 1.通过v-for将右侧内容渲染出来,并绝对定位到右侧 2.给每个li绑定touchStart事件,并绑定自定义属性data-index=index; 3.点击每个li,通过e来获取所绑定的自定义属性中的index; 4.封装scrll中的scrllTo和scrollTlElement方法, 5.给 阅读全文
posted @ 2018-08-10 15:07 前端极客 阅读(516) 评论(0) 推荐(0) 编辑