Commit 8a826b52 authored by 黄奎's avatar 黄奎

行程下载页面调整

parent 77de1873
......@@ -24,7 +24,7 @@
<template>
<div class="travelControlTrip" :style="{'width':dataAll&&dataAll.featurePageType==2?'1240px':'1754px'}"
:class="[dataAll.feature.featureType==9?'VerticalBjNew':'']">
:class="[dataAll&& dataAll.feature&& dataAll.feature.featureType==9?'VerticalBjNew':'']">
<div class="trip_cover" v-show="pdfLoading" v-loading="pdfLoading"></div>
<el-row style="padding: 0 0 20px 0;box-shadow: 1px 10px 10px#e6e6e6;">
<el-col :span="14" class="row-aic">
......@@ -55,9 +55,9 @@
<div id="pdfNode" class="LeaveGroupDownload-form LeaveGroupDownload-formHV">
<div id="pdfDom" :class="[dataAll&&dataAll.featurePageType==1?'pdfDomHV':'']">
<!-- 首页 -->
<LeaveGroupDownload :class="[dataAll&&dataAll.featurePageType==1?'pdfDomHVIndex':'']" :dataAll="dataAll" :vshowJ="vshowJ" :vshowL="vshowL" :WeiXinShareImgSrc="WeiXinShareImgSrc"
:orderMsg="orderMsg" :orderTripdiff="orderTripdiff" :vshowLLR="vshowLLR" :vshowB="vshowB" :lineId="lineId"
:priceList="priceList">
<LeaveGroupDownload :class="[dataAll&&dataAll.featurePageType==1?'pdfDomHVIndex':'']" :dataAll="dataAll"
:vshowJ="vshowJ" :vshowL="vshowL" :WeiXinShareImgSrc="WeiXinShareImgSrc" :orderMsg="orderMsg"
:orderTripdiff="orderTripdiff" :vshowLLR="vshowLLR" :vshowB="vshowB" :lineId="lineId" :priceList="priceList">
</LeaveGroupDownload>
<!-- 行程特色 -->
<ItineraryFeatures :dataAll="dataAll" :feature="feature" :vshowC="vshowC" :showType="showType">
......
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