guhongwei 2 년 전
부모
커밋
1a8638988a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      pagesMy/address/index.vue

+ 0 - 2
pagesMy/address/index.vue

@@ -117,8 +117,6 @@
 					...info
 				})
 				if (res.errcode == '0') {
-					console.log(that.list);
-					console.log(res.data);
 					let list = [...that.list, ...res.data];
 					that.$set(that, `list`, list);
 					that.$set(that, `total`, res.total)