-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问要怎么样才能使组件的 componentDidShow 起作用啊? #1566
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
项目依赖也升级到最新版本了么 |
这是我的 package.json
|
+1 |
暂时将状态从页面传下去吧 |
@luckyadam @jswxwxf @tourze 在微信官方社区看到 组件嵌套时pageLifetimes中的show不会被触发 的反馈,Taro 的页面也是用了 Component 构造器 而不是 Page 构造器,似乎是会触发这个问题的 taro/packages/taro-cli/src/weapp.js Lines 765 to 769 in cfb4909
BTW: 询问了微信的朋友说这个 Bug 已经安排处理了 |
@Meeeeow 大赞~ |
@jswxwxf CLI 、依赖、开发者工具都升级到最新版本后应该能正常触发了。 |
原来以为 1.2.0 里可以,但是发现还是不行。只有页面的 componentDidShow 可以工作。
The text was updated successfully, but these errors were encountered: