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
我使用的VMParent来自己控制UI
VM.setValue("group.groupMyInfo.nextAdTime", 123)
如果这样变化数据, 那bindPath "group.groupMyInfo.nextAdTime” 就可以监听到数据变化。
但是如果: VM.setValue("group.groupMyInfo", $groupMyInfo ) 也就是直接设置一个json Object 那 bindPath "group.groupMyInfo” 就会监听不到变化。
请问为什么呢? 我应该如果解决
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我使用的VMParent来自己控制UI
VM.setValue("group.groupMyInfo.nextAdTime", 123)
如果这样变化数据, 那bindPath "group.groupMyInfo.nextAdTime” 就可以监听到数据变化。
但是如果:
VM.setValue("group.groupMyInfo", $groupMyInfo )
也就是直接设置一个json Object 那
bindPath "group.groupMyInfo” 就会监听不到变化。
请问为什么呢? 我应该如果解决
The text was updated successfully, but these errors were encountered: