ZZ hace 3 semanas
padre
commit
61f5ca695a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: {