Commit a7f2ea79 authored by zhengke's avatar zhengke

修改

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