web-interview icon indicating copy to clipboard operation
web-interview copied to clipboard

[微信小程序] 10、小程序的双向绑定和vue哪里不一样?

Open qiilee opened this issue 5 years ago • 0 comments

答案:小程序直接this.data的属性是不可以同步到视图的,必须调用

this.setData({
	noBind: true
})

qiilee avatar Jul 09 '20 04:07 qiilee