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
描述这个问题
The text was updated successfully, but these errors were encountered:
1.bindData是覆盖逻辑,会以新data为准。可以在覆盖之前,手动取出来原有数据(native方式)putAll做一个更新再bindData 2.或者在bindData之后调用用onShow或者onReuse生命周期,在这两个生命周期(js方式)再做赋值逻辑
Sorry, something went wrong.
方案二:onReuse 需要手动调用吗,我看iOS bindData的时候是组件内部调用的,Android好像没实现这个逻辑?这个差异是没对齐么
@JohnTsaii JS生命周期我会重新处理
biezhihua
No branches or pull requests
描述这个问题
这种问题你们那边是如何解决的
The text was updated successfully, but these errors were encountered: