Commit 7d26d33c authored by zhengke's avatar zhengke

1

parent 63b26a1a
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
:label="subItem.Label==''?'默认':subItem.Label"> :label="subItem.Label==''?'默认':subItem.Label">
<div class="InnerHotelDiv"> <div class="InnerHotelDiv">
<div class="InnerHoImgDiv" v-for="(sItem,sIndex) in subItem.ImgList" :key="sIndex"> <div class="InnerHoImgDiv" v-for="(sItem,sIndex) in subItem.ImgList" :key="sIndex">
<img :src="getIconLink(sItem.Path)" @click="showImg(sItem.AllPath)" /> <img :src="getIconLink(sItem.Path)" @click="showImg(sItem.Path)" />
</div> </div>
</div> </div>
</el-tab-pane> </el-tab-pane>
......
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