Commit 86662d43 by 刘泽奇

123

parent 46774660
......@@ -161,7 +161,8 @@
<div class="companydetail-official" v-if="attachFiles.length>0">
<div v-for="(item, index) in attachFiles" :key="index">
<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>{{item.name}}</p>
</div>
......
......@@ -530,7 +530,6 @@
}
this.getChannelFrom();
},
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