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
不能像原生那样设置后进行回调处理么?
this.setData({ },()=>{ // do something });
The text was updated successfully, but these errors were encountered:
this.setData 是原生方法 this.$setData 是扩展方法,目前没有支持回调,有需要可以提个PR
this.$setData
Sorry, something went wrong.
看到这个issue我想问一句,这个api真的有存在的必要么?它比原生优在哪里呢?或者说哪些场合相比原生更适合用它呢?求解答。
No branches or pull requests
不能像原生那样设置后进行回调处理么?
The text was updated successfully, but these errors were encountered: