We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我现在急需使用这个功能 😭
我看了源码中 /src/core/layers/component.js 是没有配置这个方法的吗
Component({ pageLifetimes: { show: function() { // 页面被展示 }, hide: function() { // 页面被隐藏 }, resize: function(size) { // 页面尺寸变化 } } })
The text was updated successfully, but these errors were encountered:
还不支持
duplicated with #37
Sorry, something went wrong.
@jxZhangLi 还不支持新的语法,使用旧语法 ,把pageLifetimes里面放到外面就行了。
#44 支持了
@imyelo 今天刚上来看很久更新了
No branches or pull requests
我现在急需使用这个功能 😭
我看了源码中 /src/core/layers/component.js 是没有配置这个方法的吗
The text was updated successfully, but these errors were encountered: