Commit f3b8068d authored by 黄奎's avatar 黄奎

自定义上传行程特色调整

parent dac7d555
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
<div class="slider" v-if="showType==1"> <div class="slider" v-if="showType==1">
<img v-for="(i,index) in feature.featureImgList" :key="index" :src="i.url" style="width:100%;"> <img v-for="(i,index) in feature.featureImgList" :key="index" :src="i.url" style="width:100%;">
</div> </div>
<div class="zidingyi" v-if="showType==3"> <div class="zidingyi" v-if="showType==3&&feature.featureContent&&feature.featureContent!=''" style="">
<div v-html="feature.featureContent"></div> <div v-html="feature.featureContent"></div>
</div> </div>
<!-- <div v-if="showType>=4" id="gernalCanvas" style="margin:auto;width:100%" v-html="feature.featureHtml"></div> --> <!-- <div v-if="showType>=4" id="gernalCanvas" style="margin:auto;width:100%" v-html="feature.featureHtml"></div> -->
<div v-if="showType>=4" id="gernalCanvas" class="slider" style="margin:auto;width:100%"> <div v-if="showType>=3&&feature.tripImageList&&feature.tripImageList.length>0" id="gernalCanvas" class="slider" style="margin:auto;width:100%">
<template v-for="(i,index) in feature.tripImageList"> <template v-for="(i,index) in feature.tripImageList">
<img v-if="dataAll.featurePageType==2" :key="index" :src="feature.headerImage" style="width:100%;display: block;"> <img v-if="dataAll.featurePageType==2" :key="index" :src="feature.headerImage" style="width:100%;display: block;">
<img :key="index+100000" :src="i" style="width:100%;display: block;"> <img :key="index+100000" :src="i" style="width:100%;display: block;">
......
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