Commit 86662d43 by 刘泽奇

123

parent 46774660
...@@ -161,7 +161,8 @@ ...@@ -161,7 +161,8 @@
<div class="companydetail-official" v-if="attachFiles.length>0"> <div class="companydetail-official" v-if="attachFiles.length>0">
<div v-for="(item, index) in attachFiles" :key="index"> <div v-for="(item, index) in attachFiles" :key="index">
<p> <p>
<img :src="item.url" alt=""> <el-image style="width: 124px; height: 89px" :src="item.url" :preview-src-list="[item.url]">
</el-image>
</p> </p>
<p>{{item.name}}</p> <p>{{item.name}}</p>
</div> </div>
......
...@@ -530,7 +530,6 @@ ...@@ -530,7 +530,6 @@
} }
this.getChannelFrom(); this.getChannelFrom();
}, },
methods: { methods: {
/* /*
底部线条 数据请求后调用 底部线条 数据请求后调用
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment