Commit 6f17b259 authored by youjie's avatar youjie

no message

parent 307fc19e
......@@ -365,9 +365,9 @@
</view>
</view>
</view>
<view style="padding-bottom: 22px;background-color: #FFF;" v-if="dataList.feature&&dataList.feature.detailsImageList.length>0">
<image :src="x" @click='previewTravelPicHandler(x,dataList.feature.detailsImageList)'
mode="widthFix" style="width: 100%;height: auto;margin-bottom: 10px;"
<view class="PB20 bgFFF" v-if="dataList.feature&&dataList.feature.detailsImageList.length>0">
<image class="MB20" :src="x" @click='previewTravelPicHandler(x,dataList.feature.detailsImageList)'
mode="widthFix" style="width: 100%;height: auto;"
v-for="x in dataList.feature.detailsImageList"></image>
</view>
</view>
......
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