@@ -521,7 +521,7 @@
let _this = this
this.textareaStatus = true;
uni.$on('addressItem', function(res) {
- that.$set(that, 'addressInfo', res);
+ that.$set(_this, 'addressInfo', res);
})
},
methods: {