好像能运行呀,但是教程说不能运行
changeText: function() {
// this.data.text = 'changed data' // bad, it can not work
this.setData({
text: 'changed data'
})
},
https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/page.html