Commit 747d9a58 authored by zhengke's avatar zhengke

修改

parent 9814c601
......@@ -155,7 +155,7 @@
:label="subItem.Label==''?'默认':subItem.Label">
<div class="InnerHotelDiv">
<div class="InnerHoImgDiv" v-for="(sItem,sIndex) in subItem.ImgList" :key="sIndex">
<img :src="sItem.AllPath" @click="showImg(sItem.AllPath)" />
<img :src="getIconLink(sItem.Path)" @click="showImg(sItem.AllPath)" />
</div>
</div>
</el-tab-pane>
......
......@@ -47,8 +47,8 @@
<div style="display:inline-block;margin-left:9px;position:relative" v-for="(item,index) in comImgArr"
:key="index">
<!-- {{item}} -->
<img :src="item.AllPath" class="app-attachment-img" style="width: 100px; height: 100px;">
<!-- <img :src="item.Path" class="app-attachment-img" style="width: 100px; height: 100px;"> -->
<img :src="item.Path" v-if="item.MappingId>0" class="app-attachment-img" style="width: 100px; height: 100px;">
<img :src="item.AllPath" v-else class="app-attachment-img" style="width: 100px; height: 100px;">
<i class="iconfont icon-bumenguanli-shanchu hotel_DelIcon" @click="delHotelImg(item,index)"></i>
</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