1.小程序的数据响应式:

需要使用函数this.setData({})例如:

1
2
3
this.setData({
message:'呵呵呵'
})