提交 f3fde1b1 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix(setTabBarItem): 跳转非 TabBar 页面后, setTabBarItem 的 TabBar 页面缓存失效问题

上级 a689515c
......@@ -59,6 +59,7 @@ function setTabBar (type, args = {}) {
meta.tabBarIndex = index
meta.isQuit = true
meta.isSet = true
meta.id = index + 1
const tabBar = __uniConfig.tabBar
if (tabBar && tabBar.list && tabBar.list[index]) {
tabBar.list[index].pagePath = pagePath.startsWith('/') ? pagePath.substring(1) : pagePath
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册