From d4643511426af7a88ce7359f7e87d307e581cb7b Mon Sep 17 00:00:00 2001 From: yulixing Date: Mon, 16 Sep 2019 17:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PicLib/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/PicLib/index.vue b/src/components/PicLib/index.vue index 6fdf161..aa98c30 100644 --- a/src/components/PicLib/index.vue +++ b/src/components/PicLib/index.vue @@ -114,7 +114,6 @@ export default { }, username: { handler: async function(nVal) { - console.log('username', nVal) if (!nVal) return this.getData() }, @@ -176,7 +175,6 @@ export default { // other exportData() { this.$emit('selectMaterial', this.selectedData) - console.log(this.selectedData) }, beforeUpload(file) { const isLt600k = file.size / 1024 / 1024 < 0.6 @@ -271,8 +269,6 @@ export default { }) this.getData() this.$message.success('删除成功!') - - console.log(this.imgList[index]) }) .catch(() => { this.$message.info('已取消删除!')