浏览代码

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

zs 2 年之前
父节点
当前提交
7ab1ce2149
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      pagesMy/address/index.vue

+ 0 - 2
pagesMy/address/index.vue

@@ -155,8 +155,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)