Commit f0869540 authored by 黄奎's avatar 黄奎

页面修改

parent db227695
<template>
<div id="pdf_1" v-if="orderMsg">
<div class="logo-div">
<img
:src="
vshowJ === true
? domainManager().ViittoFileUrl +
'/Upload/PictureMaterial/Web/headerImg.jpg'
: domainManager().ViittoFileUrl +
'/Upload/PictureMaterial/Web/headerImg2.jpg'
"
/>
</div>
<div class="trip-adviser">
<h1 class="trip-nav-title">
<span>{{ vshowL ? "出团通知书:" : "" }}</span>
......@@ -43,11 +31,8 @@
</td>
<td rowspan="2">
<div style="width: 160px; height:160px;margin-left:20px;">
<img
style="width: 160px; height:160px;"
:src="'data:image/png;base64,' + WeiXinShareImgSrc"
alt="获取微信小程序分享链接"
/>
<img style="width: 160px; height:160px;" :src="'data:image/png;base64,' + WeiXinShareImgSrc"
alt="获取微信小程序分享链接" />
</div>
</td>
</tr>
......@@ -95,13 +80,11 @@
<td class="essential-item jianju">
<p class="pkey">机场服务</p>
<p class="pvalue">
<template
v-if="
<template v-if="
orderMsg &&
orderMsg.airportServicePerson &&
orderMsg.airportServicePerson != ''
"
>
">
{{ orderMsg.airportServicePerson }}
</template>
</p>
......@@ -146,14 +129,8 @@
参考航班
</div>
<div class="hangban-info">
<table
border="0"
align="center"
cellspacing="0"
cellpadding="0"
class="flight_list"
:class="{'guoneiLine':lineId==90}"
>
<table border="0" align="center" cellspacing="0" cellpadding="0" class="flight_list"
:class="{'guoneiLine':lineId==90}">
<thead class="flight_header">
<tr>
<th width="140">出发时间<span>(当地)</span></th>
......@@ -194,11 +171,7 @@
</tbody>
<tbody>
<tr>
<td
colspan="10"
align="center"
style="color:#333;font-size:14px;"
>
<td colspan="10" align="center" style="color:#333;font-size:14px;">
1.本航班表僅提供參考,正確航班請點選您的出發日期。 2.
不同航班,餐食及行程安排皆有所不同,正確行程,請點選您的出發日期。
</td>
......@@ -212,7 +185,7 @@
</template>
<script>
export default {
export default {
components: {},
props: [
"vshowJ",
......@@ -232,14 +205,14 @@ export default {
computed: {},
watch: {
orderMsg: {
handler(val, oldVal) {
},
handler(val, oldVal) {},
deep: true,
immediate: true
},
},
mounted() {}
};
};
</script>
<style>
......
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