代码语言:javascript复制
Component({
properties: {
qa: Object,
},
observers: {
'qa': function (params) {
console.log(params)
},