这里的坑还是蛮多的,花了一个多小时,才理清楚。
做一下笔记,以便于复习。
首先呢,需要让左右的布局都可以滚动,这里使用了betterScroll
npm i better-scroll import BScroll from 'better-scroll' methods: { _initScroll () { this.menuScroll = new BScroll((this.$refs.menu), { click: true 因为betterscroll默认会阻止点击事件。这里要设置一下 }) this.foodScroll = new BScroll((this.$refs.good), { probeType: 3 用来获取滚动的距离 }) this.foodScroll.on('scroll', (pos) => { this.scrollY = Math.abs(Math.round(pos.y)) }) },
重点:
created () { this.$ajax.get('/api/data.json').then((res) => { this.goods = res.data.goods this.$nextTick(() => { this._initScroll() this.getGoodsHeight() }) }) },
这里的代码一定要在获取数据里面写nextTick()回调里面写代码,因为需要等待数据万泉加载再去初始化scroll和获取右边每一个盒子的高度。
说道高度,高度如何获取呢?
getGoodsHeight () { let goodEle = this.$refs.good let height = 0 this.listHeight.push(height) let foodList = goodEle.getElementsByClassName('goodsItemHook') for (let i = 0; i < foodList.length; i++) { let item = foodList[i] height += item.clientHeight this.listHeight.push(height) } },
这里是获取到每一个盒子的clientHeight的高度进行叠加,在push到一个数组里面。
this.foodScroll.on('scroll', (pos) => { this.scrollY = Math.abs(Math.round(pos.y)) })
获取滚动的值,赋值给scrollY。
然后根据scrollY 和listHeight的高度区间做对比,拿到index:
currentIndex () { for (let i = 0; i < this.listHeight.length; i++) { let height1 = this.listHeight[i] let height2 = this.listHeight[i + 1] if (!height2 || (this.scrollY < height2 && this.scrollY >= height1)) { return i } } }
这时候滚动就能获取index的值了,然后给左边的元素去添加active的样式就方便了。
:class="{'active': currentIndex == index}"
最后一步是如何实现点击的时候去让右边的滚动到指定的位置。
handleGoodsItem (index) { let goodEle = this.$refs.good let foodList = goodEle.getElementsByClassName('goodsItemHook') let el = foodList[index] this.foodScroll.scrollToElement(el, 300) }
这里调用了scroll的方法:scrollToElement。
总结
以上所述是小编给大家介绍的vue中实现左右联动的效果,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
无争山庄资源网 Copyright www.whwtcm.com
暂无“vue中实现左右联动的效果”评论...
更新日志
2024年11月18日
2024年11月18日
- 曾庆瑜1990-随风而逝[日本东芝1A1首版][WAV+CUE]
- 群星.2015-凭着爱ADMS2CD【华纳】【WAV+CUE】
- 陈冠希.2017-一只猴子3部曲【摩登天空】【WAV+CUE】
- 金元萱.1996-迷迷糊糊【宝丽金】【WAV+CUE】
- 齐秦《燃烧爱情》马来西亚版[WAV+CUE][1G]
- 动力火车《结伴》2024最新 [FLAC分轨][1G]
- 郑源《擦肩而过》[WAV+CUE][1.2G]
- 黑鸭子2008-江南四月天[首版][WAV+CUE]
- 黑鸭子2008-再醉一次·精选[首版][WAV+CUE]
- Elgar-Motdamour-UlfWallin,RolandPontinen(2024)[24bit-96kHz]FLAC
- 苏永康《 笑下去》 新曲+精选[WAV+CUE][1G]
- 周传雄《发觉》[WAV+CUE][1.1G]
- 证声音乐图书馆《真夏派对 x 浩室》[320K/MP3][67.19MB]
- 张镐哲.1994-无助【波丽佳音】【WAV+CUE】
- Relic.2024-浮在虛无的诗意【SEEAHOLE】【FLAC分轨】