SilurianYang / uni-simple-router

A simple, lightweight 'uni-app' routing plugin
https://v2.hhyang.cn/v2/
MIT License
749 stars 163 forks source link

使用自定义custom-tab-bar 路由监听不到 #456

Closed xianyu21 closed 1 year ago

xianyu21 commented 1 year ago

https://uniapp.dcloud.net.cn/component/custom-tab-bar.html#custom-tab-bar

SilurianYang commented 1 year ago

你可以在底层使用 uni-simple-router 的跳转api , 插件会自动拦截

xianyu21 commented 1 year ago

你可以在底层使用 uni-simple-router 的跳转api , 插件会自动拦截

抱歉链接给错了 应该是这个 https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html

SilurianYang commented 1 year ago

不是一样的吗?自定义都是用的跳转API,所以你直接用 $Router.pushTab 就可以了。 另外我们已经推出了 v3.0 版本,有兴趣你可以查阅 v3.0 文档