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