Commit 8657d700 authored by zhengke's avatar zhengke

修改

parent 68fa0c12
......@@ -93,13 +93,13 @@
<div class="pic-list" :style="style" v-if="picList && picList.length > 0">
<template v-for="(item, Subindex) in picList">
<div :style="item" :key="Subindex">
<img :src="item.pic_url" style="width: 100%;visibility: hidden;display: block;">
<img :src="getIconLink(item.pic_url)" style="width: 100%;visibility: hidden;display: block;">
</div>
<img :src="item.pic_url" :key="Subindex+1" style="width: 100%;visibility: hidden;display: block;">
<img :src="getIconLink(item.pic_url)" :key="Subindex+1" style="width: 100%;visibility: hidden;display: block;">
</template>
</div>
<div :style="style" flex="dir:left main:center cross:center" v-else>
<img style="width: auto;height: auto;max-width: 100%;max-height: 100%" :src="picUrl">
<img style="width: auto;height: auto;max-width: 100%;max-height: 100%" :src="getIconLink(picUrl)">
</div>
</div>
</div>
......
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