web-interview
web-interview copied to clipboard
[微信小程序] 10、小程序的双向绑定和vue哪里不一样?
答案:小程序直接this.data的属性是不可以同步到视图的,必须调用
this.setData({
noBind: true
})