From 4641a877cd6a94e4d35dca7f7f14bc1443e2d2ad Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期二, 29 十一月 2022 17:59:55 +0800
Subject: [PATCH] 上传处置类型修改

---
 src/components/filePictrue/index.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/components/filePictrue/index.vue b/src/components/filePictrue/index.vue
index 6e106a9..dc2885d 100644
--- a/src/components/filePictrue/index.vue
+++ b/src/components/filePictrue/index.vue
@@ -26,8 +26,6 @@
                         </div>
                     </div>
                 </div>
-                <!-- <img src="https://axure-file.lanhuapp.com/90466432-c999-4bf0-80b8-ee3f96a2099e__ef98ada722c616eccb097d1352880862.svg"
-                    alt=""> -->
             </div>
         </div>
     </div>
@@ -42,10 +40,7 @@
     },
     props: ['filesPictureVo', 'mycode'],
     created() {
-        // this.imgSource =this.filesPictureVo
         const { filesPictureVo: { imageResources: imgList } } = this
-        // this.createTime=this.filesPictureVo.imageResources[0].createTime;
-        // console.log(this.imgSource);
         this.getEventInfo(this.mycode);
     },
     methods: {
@@ -68,7 +63,6 @@
                 url: `sccg/base_case/baseCaseDetail/${mycode}`
             })
                 .then(res => {
-                    console.log(res);
                     this.info = res.data;
                     this.dialogView = true;
                     let pic = res.data.filesPictureVo.imageResources;
@@ -103,6 +97,7 @@
     .my-demo {
         position: relative;
         height: 159px;
+        margin: 10px;
     }
 
     .tip {

--
Gitblit v1.8.0