走进移动端世界,实现左右菜单联动效果轻松上手(vue+better-scroll)

前言

作为移动端开发者,我们不仅需要关注应用的功能和界面设计,还需要注重用户体验。而实现左右菜单联动效果,则是一种能够提升用户体验、让用户感受到应用的高质感与专业性的技术。本文将介绍一种简单易懂的方法,帮助你实现左右菜单联动效果,让你的应用在众多应用中脱颖而出。

实现效果
在这里插入图片描述


1.首先我们先安装一下相关依赖

cnpm install better-scroll
cnpm install stylus stylus-loader@3.0.1 --save-dev

2.在相关组件中引入

import BScroll from "better-scroll";

3.使用

<template>
	<div>
		<div class="commodity">
			<!--// 左侧导航内容 -->
			<div class="leftNav">
				<ul>
					<li v-for="(item, index) in shopList" :key="index" :class="{ typeStyle: index === currentIndex }"
						@click="onClickNav(index)">
						<span class="leftTit">{{ item.shopName }}</span>
					</li>
				</ul>
			</div>
			<!--// 右侧商品内容 -->
			<div class="rightContant">
				<ul ref="shopContant">
					<li class="eventList" v-for="(item, index) in shopList" :key="index">
						<div class="rightTtitle">{{ item.shopName }}</div>
						<ul>
							<li class="gather" v-for="(item, index) in item.shopGather" :key="index">
								<div>
									<img :src="item.shopImgUrl" />
								</div>
								<div class="distance">
									<div class="shopName">{{ item.shopName }}</div>
									<div class="saleGood">
										<span>月售{{ item.monthNum }}</span>
										<span>好评率{{ item.reputation }}%</span>
									</div>
									<div class="price">
										<span>{{ item.price }}</span>
									</div>
								</div>
							</li>
							<div style="height:1px"></div>
						</ul>
					</li>
				</ul>
			</div>
		</div>
	</div>
</template>

<script>
	import BScroll from "better-scroll"; //引入BScroll插件
	export default {
		data() {
			return {
				scrollY: 0, // 右侧滑动的时候距离顶部的值
				rightSide: [], // 所有右侧分类li的top组成的数组  (列表第一次显示后就不再变化)
				//模拟的商品数据
				shopList: [{
						shopName: "居家",
						shopGather: [{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/4dafc90ab96af8c7f7ceeb2896f2212a.png",
								shopName: "简约钟表",
								monthNum: 4,
								reputation: 98,
								price: 2,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/404c8206706344a557fea0353a654c83.png",
								shopName: "背枕",
								monthNum: 213,
								reputation: 99,
								price: 56.85,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/469cd4b31a8ee89d5982e50feaad7207.png",
								shopName: "收纳柜子",
								monthNum: 789,
								reputation: 90,
								price: 23.9,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/b95b86907a55dd7ee97baf154af16a79.png",
								shopName: "创可贴",
								monthNum: 12,
								reputation: 85,
								price: 125,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/06/01/e3460c39473756c582031e248f3ea1c9.jpg",
								shopName: "床品四件套",
								monthNum: 1211,
								reputation: 99,
								price: 99.00,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/06/01/d6634a4a9ba98cf25c36cbfec3f6e4df.png",
								shopName: "按摩椅",
								monthNum: 78,
								reputation: 95,
								price: 2998.00,
							},
						]
					},
					{
						shopName: "配件装饰",
						shopGather: [{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/f9e64699f2b30840926558f7e6fef5b7.png",
								shopName: "蓝宝石项链",
								monthNum: 4871,
								reputation: 99,
								price: 899,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/04ff245798456499336ab2ef6dd833ec.png",
								shopName: "眼镜框(无度数)",
								monthNum: 10214,
								reputation: 97,
								price: 9.9,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/1917c4b6918dabe384a0c17b8ef613b0.png",
								shopName: "腰带",
								monthNum: 4561,
								reputation: 99,
								price: 78,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/7bdf83cc4a65fb6e201fb7af34e77efb.png",
								shopName: "袜子",
								monthNum: 13541,
								reputation: 100,
								price: 9.9,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/06/01/7a6e5b5227cb606c48a097d712d4ee2f.png",
								shopName: "行李箱",
								monthNum: 7841,
								reputation: 98,
								price: 299,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/06/01/d3d0a300076c3e8337bca84dc2dfd496.png",
								shopName: "钱包小皮件",
								monthNum: 798,
								reputation: 96,
								price: 39.99,
							}
						]
					},
					{
						shopName: "服装",
						shopGather: [{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/534467788da6d2b479291913564b9c76.png",
								shopName: "男士外套",
								monthNum: 484,
								reputation: 100,
								price: 129.99,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/7878107c86fdd36ee7c584d9a5966bdc.png",
								shopName: "女士外套",
								monthNum: 467,
								reputation: 98,
								price: 199.99,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/ec6e0e01c5b341401b2a910838f3d456.png",
								shopName: "王女士裙装",
								monthNum: 5641,
								reputation: 100,
								price: 56.9,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/06/01/8f101426deb15865773eedf2cea6c091.png",
								shopName: "衬衫",
								monthNum: 7845,
								reputation: 99,
								price: 45.9,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/06/01/718233411b1cb6ac7963bc33d2949890.png",
								shopName: "T恤",
								monthNum: 89742,
								reputation: 99,
								price: 29.9,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otnUsg.png",
								shopName: "面包服",
								monthNum: 8874,
								reputation: 99,
								price: 119.9,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otnHSK.png",
								shopName: "男士毛衣",
								monthNum: 79841,
								reputation: 100,
								price: 59.9,
							}
						]
					},
					{
						shopName: "数码电器",
						shopGather: [{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/f8f0d693f57dc2d57a664247d873011d.png",
								shopName: "苹果x",
								monthNum: 89754,
								reputation: 98,
								price: 2999.99,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/1994edeebab2bc9b764d9a4b2d7a37c6.png",
								shopName: "耳机",
								monthNum: 48674,
								reputation: 100,
								price: 29.99,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/f6e21e142cba3231b093a872f6b0f4d5.png",
								shopName: "电动牙刷",
								monthNum: 4649,
								reputation: 99,
								price: 29.99,
							},
							{
								shopImgUrl: "https://cdn.it120.cc/apifactory/2018/11/07/96c0bf18a79bb36b7cdab03d821f917f.png",
								shopName: "九阳豆浆机",
								monthNum: 7841,
								reputation: 100,
								price: 599.99,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otuKpV.png",
								shopName: "手机支架",
								monthNum: 58548,
								reputation: 98,
								price: 2.9,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otu0XD.png",
								shopName: "鼠标",
								monthNum: 102145,
								reputation: 100,
								price: 29.99,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otu7As.png",
								shopName: "键盘",
								monthNum: 4814,
								reputation: 99,
								price: 252.99,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otKmHH.png",
								shopName: "手机壳",
								monthNum: 78451,
								reputation: 100,
								price: 9.9,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otM2y8.png",
								shopName: "数码相机",
								monthNum: 789,
								reputation: 100,
								price: 8599,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otMXmF.png",
								shopName: "笔记本电脑",
								monthNum: 1145,
								reputation: 95,
								price: 10999,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otQVTH.png",
								shopName: "充电器",
								monthNum: 914,
								reputation: 89,
								price: 89.9,
							},
							{
								shopImgUrl: "https://z3.ax1x.com/2021/12/02/otQ80g.png",
								shopName: "充电宝",
								monthNum: 8489,
								reputation: 99,
								price: 99.9,
							},
						]
					}
				]
			};
		},
		mounted() {
			this.initializeRoll(); //滑动初始化方法
			this.initializeOwn(); //初始化rightSide方法
		},
		//计算属性
		computed: {
			// 计算出当前分类的下标
			currentIndex() {
				const {
					scrollY,
					rightSide
				} = this; //拿到每次滑动的值以及每一个分类的下标值
				console.log('滚动的值及每一个分类的下标值...', this)
				//findIndex() 方法返回传入一个测试条件(函数)符合条件的数组第一个元素位置
				//获取数组rightSide中每一个下标值并筛选条件返回第一个元素索引位置
				const index = rightSide.findIndex((top, index) => {
					// scrollY>=当前top && scrollY<下一个top
					return scrollY >= top && scrollY < rightSide[index + 1];
				});
				// 返回结果
				return index;
			}
		},
		methods: {
			// 初始化滚动
			initializeRoll() {
				// new一个类的实例,前提必须确保父元素和子元素的内容已经正确渲染了,不然不会生效
				new BScroll(".leftNav", {
					click: true
				});
				// 组件实例上挂属性
				this.foodsScroll = new BScroll(".rightContant", {
					probeType: 2, // 因为惯性滑动不会触发
					click: true
				});

				// 给右侧列表绑定scroll监听
				this.foodsScroll.on("scroll", ({
					x,
					y
				}) => {
					this.scrollY = Math.abs(y);
				});
				// 给右侧列表绑定scroll结束的监听
				this.foodsScroll.on("scrollEnd", ({
					x,
					y
				}) => {
					console.log("操作结束的下标值" + x, y);
					this.scrollY = Math.abs(y);
				});
			},
			// 初始化rightSide
			initializeOwn() {
				// 初始化rightSide
				const rightSide = [];
				let top = 0;
				rightSide.push(top);
				// 找到所有分类下的li
				const lis = this.$refs.shopContant.getElementsByClassName("eventList"); //获取dom元素lii(eventList),对其进行操作
				// slice() 方法返回一个新的数组对象
				Array.prototype.slice.call(lis).forEach(li => {
					top += li.clientHeight; //相当于top = top + li.clientHeight
					rightSide.push(top);
				});

				//更新数据
				this.rightSide = rightSide;
				console.log("每一个分类的下标" + rightSide);
			},
			//左侧点击事件
			onClickNav(index) {
				console.log(index);
				//拿到目标位置的scrollY,点击左侧导航,右侧列表滑动到对应的位置
				const scrollY = this.rightSide[index];
				// 点击的分类成为当前分类,索引当前选中的导航标题
				this.scrollY = scrollY;
				// 平滑滑动右侧列表
				this.foodsScroll.scrollTo(0, -scrollY, 1000);
			}
		}
	};
</script>
<style scoped>
	.commodity {
		/* 最大的盒子样式 */
		display: flex;
		position: fixed;
		top: 0px;
		bottom: 0px;
		width: 100%;
		background: #fff;
		overflow: hidden;
	}

	.leftNav {
		/* 左侧大盒子的整体样式 */
		width: 80px;
		background: rgb(248, 248, 248);
	}

	.typeStyle {
		/* 左侧导航选中的样式 */
		background: #fff;
		font-weight: bold;
		display: flex;
		align-items: center;
		color: rgb(255, 94, 121);
		justify-content: center;
		border-left: 2px solid rgb(255, 94, 121);
	}

	.leftTit {
		/* 左侧导航标题默认样式 */
		display: flex;
		height: 40px;
		justify-content: center;
		font-size: 12px;
		align-items: center;
	}

	.rightContant {
		/* 右侧大盒子的整体样式 */
		flex: 1;
	}

	.rightTtitle {
		/* 右侧标题样式 */
		padding-left: 12px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		font-weight: bold;
		color: rgb(147, 153, 159);
		background: rgb(248, 248, 248);
		margin: 0;
	}

	.gather {
		/* 右侧每一个商品的样式 */
		display: flex;
		margin: 16px;
		display: flex;
		align-items: center;
	}

	.distance {
		/* 右侧图片与描述间距 */
		padding-left: 6px;
	}

	.gather img {
		/* 右侧图片样式 */
		width: 60px;
		height: 60px;
		vertical-align: middle;
	}

	:last-child {
		/* 点击左侧导航右侧内容与左边对齐 */
		margin-bottom: 0;
	}

	.shopName {
		/* 右侧商品标题字体大小 */
		font-size: 14px;
	}

	.saleGood {
		/* 右侧月售好评样式 */
		font-size: 10px;
		color: rgb(147, 153, 159);
		padding: 4px 0px;
	}

	.saleGood span:first-child {
		/* 月售样式 */
		padding-right: 10px;
	}

	.price {
		/* 价格样式 */
		font-weight: bold;
		font-size: 14px;
		color: rgb(255, 94, 121);
	}
</style>
  • 13
    点赞
  • 55
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 5
    评论
Vue是一种用于构建用户界面的渐进式JavaScript框架,它可以帮助开发者更高效地构建单页面应用程序。而vue-better-scroll是基于Vue的一款优秀的滚动插件,它能够实现更流畅的滚动效果,并且支持上下左右的滚动和联动效果。 如果需要实现左右菜单联动效果,我们可以通过使用vue-better-scrollscrollToElement方法来实现。首先,我们需要在Vue中引入vue-better-scroll插件并进行配置。 在Vue实例的data中,我们可以定义左右两个菜单的数据,例如leftMenu和rightMenu,并在created生命周期中初始化数据。然后,在mounted生命周期中,我们可以通过refs属性获取到两个菜单容器的DOM元素。 接下来,我们需要监听左边菜单的点击事件,当点击左边菜单的某个选项时,我们可以通过调用vue-better-scrollscrollToElement方法,将右边菜单滚动到对应的位置。通过传递目标元素的选择器或具体的DOM元素,我们可以实现左右菜单联动效果。 具体实现时,我们可以在左边菜单的点击事件中,使用this.$refs来访问右边菜单容器,并调用scrollToElement方法,将目标元素滚动到可视区域。通过传递选择器或具体DOM元素作为参数,我们可以精确控制滚动的位置。 同时,为了视觉上更好的效果,我们还可以给目标元素添加样式,如高亮当前选中项,以提升用户体验。 最后,通过一系列的事件处理和样式设置,我们就可以实现左右菜单联动demo了。 以上就是使用Vuevue-better-scroll实现左右菜单联动demo的大致思路和步骤。通过合理运用这两个工具,我们可以轻松实现出一个流畅、友好的用户界面效果

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

水星记_

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值