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
export default class formField extends wepy.mixin { data = { name: { age: '10' } } methods = { tap() { this.name.age = '20' } }
真机有问题, 模拟机是好的
在page中调用tap方法. name.age 修改不了.
当假如不是对象. name: 10 this.name = 20 这个是可以的
The text was updated successfully, but these errors were encountered:
试试关闭代码压缩上传选项呢
Sorry, something went wrong.
是这个原因. 谢谢了
#270
No branches or pull requests
真机有问题, 模拟机是好的
在page中调用tap方法. name.age 修改不了.
当假如不是对象. name: 10 this.name = 20 这个是可以的
The text was updated successfully, but these errors were encountered: