Commit 8311e973 authored by agping's avatar agping

办公楼图片

parent 96c7e14f
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<div class="fl">楼盘图片:</div> <div class="fl">楼盘图片:</div>
<div class="fl"> <div class="fl">
<ul class="oh img-list"> <ul class="oh img-list">
<li class="fl oh" v-for="(item, index) in d.building_image" :key="index" :data-id="item.id"><img class="fl" :src="ServerHostTempCLiu+'/'+item.img_name" preview="2" /></li> <li class="fl oh" v-for="(item, index) in d.building_image" :key="index" :data-id="item.id"><img class="fl" :src="ServerHostTempCLiu+'/resource/lib/Attachments/images/'+item.img_name" preview="2" /></li>
</ul> </ul>
</div> </div>
</td> </td>
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<div class="fl">详情页面轮播图:</div> <div class="fl">详情页面轮播图:</div>
<div class="fl"> <div class="fl">
<ul class="oh img-list"> <ul class="oh img-list">
<li class="fl oh" v-for="(item, index) in d.carousel_image" :key="index" :data-id="item.id"><img class="fl" :src="ServerHostTempCLiu+'/'+item.img_name" preview="2" /></li> <li class="fl oh" v-for="(item, index) in d.carousel_image" :key="index" :data-id="item.id"><img class="fl" :src="ServerHostTempCLiu+'/resource/lib/Attachments/images/'+item.img_name" preview="2" /></li>
</ul> </ul>
</div> </div>
</td> </td>
......
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