Commit 6854d350 authored by youjie's avatar youjie

行程下载

parent 238a85ec
...@@ -7,7 +7,13 @@ ...@@ -7,7 +7,13 @@
<div class="zidingyi" v-if="showType==3"> <div class="zidingyi" v-if="showType==3">
<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 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%">
<template v-for="(i,index) in feature.tripImageList">
<img :key="index" :src="feature.headerImage" style="width:100%;display: block;">
<img :key="index" :src="i" style="width:100%;display: block;">
<img :key="index" class="MT19" :src="feature.footerImage" style="width:100%;display: block;">
</template>
</div> </div>
</div> </div>
</div> </div>
......
<template> <template>
<div id="pdf_3" v-if="vshowD"> <div id="pdf_3" v-if="vshowD">
<div class="UpgradedVersion-boxHeight height UpgradedVersion-homebj relative" v-for="(item,index) in tripList"> <div style="width: 1123px;">
<template v-for="(i,index) in feature.detailsImageList">
<img :key="index" :src="feature.headerImage" style="width:100%;display: block;">
<img :key="index" :src="i" style="width:100%;display: block;">
<img :key="index" class="MT19" :src="feature.footerImage" style="width:100%;display: block;">
</template>
</div>
<div style="display: none;" class="UpgradedVersion-boxHeight height UpgradedVersion-homebj relative" v-for="(item,index) in tripList">
<div class="z-index1"> <div class="z-index1">
<Header :TripColor="dataAll.tripColor" :orderMsg="orderMsg"></Header> <Header :TripColor="dataAll.tripColor" :orderMsg="orderMsg"></Header>
<div class="travelDaysTitlle row-aic"> <div class="travelDaysTitlle row-aic">
...@@ -123,7 +130,7 @@ ...@@ -123,7 +130,7 @@
components: { components: {
Header Header
}, },
props: ['dataAll', 'tripList', 'orderMsg', 'orderTripdiff', 'vshowD', 'vshowK'], props: ['dataAll', 'tripList', 'orderMsg', 'orderTripdiff', 'vshowD', 'vshowK','feature'],
data() { data() {
return { return {
title: '北京-马德里-塞戈维亚-萨拉曼卡-贝尼多姆/小镇-瓦伦西亚-巴塞罗那(约 253km,约 3h)北京-马德里-塞戈维亚-萨拉曼卡-贝尼多姆/小镇-瓦伦西亚-巴塞罗那(约 253km,约 3h)', title: '北京-马德里-塞戈维亚-萨拉曼卡-贝尼多姆/小镇-瓦伦西亚-巴塞罗那(约 253km,约 3h)北京-马德里-塞戈维亚-萨拉曼卡-贝尼多姆/小镇-瓦伦西亚-巴塞罗那(约 253km,约 3h)',
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<!-- 行程天数 --> <!-- 行程天数 -->
<travelDays :dataAll="dataAll" :orderMsg="orderMsg" :orderTripdiff="orderTripdiff" :tripList="tripList" <travelDays :dataAll="dataAll" :orderMsg="orderMsg" :orderTripdiff="orderTripdiff" :tripList="tripList"
:vshowD="vshowD" :vshowK="vshowK"></travelDays> :vshowD="vshowD" :vshowK="vshowK" :feature="feature"></travelDays>
<!-- 团队费用说明 --> <!-- 团队费用说明 -->
<TourFareDescription :vshowE="vshowE" :vshowF="vshowF" :dataList="dataList" :feature="feature"> <TourFareDescription :vshowE="vshowE" :vshowF="vshowF" :dataList="dataList" :feature="feature">
......
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