vux中tabbar数据记录问题
如何监控selected
呢?
比如说$router.path=='/'
的时候再添加selected
呢
<tabbar style="position:fixed;z-index:999">
<tabbar-item selected link="/">
<img slot="icon" src="../../static/bottom/home.png">
<img slot="icon-active" src="../../static/bottom/home-ok.png">
<span slot="label">首页</span>
</tabbar-item>
<tabbar-item @on-item-click="aaa" link="/shopping">
<img slot="icon" src="../../static/bottom/shop.png">
<img slot="icon-active" src="../../static/bottom/shop-ok.png">
<span slot="label">商城</span>
</tabbar-item>
<tabbar-item link="/deal">
<img slot="icon" src="../../static/bottom/trade.png">
<img slot="icon-active" src="../../static/bottom/trade-ok.png">
<span slot="label">交易</span>
</tabbar-item>
<tabbar-item link="/my">
<img slot="icon" src="../../static/bottom/personal.png">
<img slot="icon-active" src="../../static/bottom/personal-ok.png">
<span slot="label">我的</span>
</tabbar-item>
</tabbar>
图标点击不同步
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
给图片加判断的同时给文字也加上判断就可以了
<tabbar-item link="/">
</tabbar-item>
但是 第一个 path 是无法被激活的 一直是灰色