提交 3ee221ef 编写于 作者: X xiaoyucoding

fix: 修复 TabBar 页面 onHide 不触发的问题

上级 550533bf
......@@ -97,7 +97,7 @@ function afterEach (to, from) {
const fromId = from.params.__id__
const toId = to.params.__id__
const fromVm = getCurrentPages().find(pageVm => pageVm.$page.id === fromId)
const fromVm = getCurrentPages(true).find(pageVm => pageVm.$page.id === fromId)
switch (to.type) {
case 'navigateTo': // 前一个页面触发 onHide
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册