uni app实现左右联动

本文介绍了在uni-app中如何手动实现左右联动效果。通过编写DOM、设置高度、监听滚动事件,实现右菜单栏联动左内容栏以及左内容栏联动右菜单栏的功能。在过程中遇到了获取高度的延时问题,寻求优化建议。
摘要由CSDN通过智能技术生成

目录

编写dom

右菜单栏联动左内容栏

左内容栏联动右菜单栏

求助


插件市场自带的插件不太好用 还是手动写吧

编写dom

<scroll-view class="total" scroll-y="true"  :style="'height:'+height+'px'">
		<scroll-view scroll-y="true" class="title">
			<view v-for="(item,index) in cateList" class="name" :class="{active:index===cateindex}" @click="toggleclass(index)">
			<view>
				{
  {item.name}}
			</view>
			</view>
		</scroll-view>
		<scroll-view scroll-y="true" class="goods" :scroll-into-view="cateview" @scroll="changetitle">
			<view v-for="(item,index) in cateList" class="etc" :id="'item'+index" >
				<view v-for="(child,code) in item.app_category_items" c
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值