ZZ 3 周之前
父节点
当前提交
61f5ca695a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: {