Преглед на файлове

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)