ZZ 3 weeks ago
parent
commit
61f5ca695a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mer_uniapp/pages/goods/order_confirm/index.vue

+ 1 - 1
mer_uniapp/pages/goods/order_confirm/index.vue

@@ -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: {