Commit a7f2ea79 authored by zhengke's avatar zhengke

修改

parent e8857df5
......@@ -685,22 +685,18 @@
<div style="line-height:2;" v-html="tempData.SHotelInfo"></div>
<div class="hotel-inner" style="margin-top:20px;">
<ul>
<template v-if="tempData.HotelContract!=''&&tempData.HotelContract!=null">
<li>
<label style="margin-top:0">酒店联系方式</label>
<div>
<span>{{tempData.HotelContract}}</span>
</div>
</li>
</template>
<template v-if="tempData.BackRule!=''&&tempData.BackRule!=null">
<li>
<label style="margin-top:15px;">退订原则</label>
<div>
<span class="BackRuleHotel">{{tempData.BackRule}}</span>
</div>
</li>
</template>
<li>
<label style="margin:0 0 10px 0">酒店联系方式</label>
<div>
<span>{{tempData.HotelContract}}</span>
</div>
</li>
<li>
<label style="margin:15px 0 10px 0;">退订原则</label>
<div>
<span class="BackRuleHotel">{{tempData.BackRule}}</span>
</div>
</li>
</ul>
</div>
</div>
......
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