Commit 6ff137d3 authored by zhengke's avatar zhengke

修改

parent 2e8c0a92
......@@ -690,12 +690,6 @@
</div>
<div class="HD_hotelComIntroduce">
<div class="HD_inTitle">酒店详情指南</div>
<div>
<span class="HD_ComLeftTitle">停车场</span>
<span></span>
</div>
</div>
<div class="HD_hotelComIntroduce">
<div>
<span class="HD_ComLeftTitle">接送服务</span>
<span>{{hotelDetails.pickupService}}</span>
......
......@@ -181,7 +181,7 @@
}
.HS_HotelRight{
width:346px;
height:298px;
height:257px;
padding:17px 20px 20px 20px;
border:1px solid #E0E0E0;
border-top:0;
......@@ -392,7 +392,7 @@
<li class="HS2_title">房间数量</li>
<li>
<template v-if="dataList.roomGroup">
{{dataList.roomGroup.roomCount}}
{{dataList.roomGroup.length}}
</template>
<!-- <el-select style="width:80px" clearable placeholder="">
<el-option :value="1" label="1"></el-option>
......@@ -411,9 +411,9 @@
仅剩{{dataList.currentAllotment}}间
</li>
<li>
<template v-if="dataList.roomGroup">
<!-- <template v-if="dataList.roomGroup">
每间最多入住成人:{{dataList.roomGroup.roomAdultCount}},儿童:{{dataList.roomGroup.roomChildCount}}
</template>
</template> -->
</li>
</ul>
</div>
......@@ -525,12 +525,12 @@
<template v-if="dataList.roomRateDetails.roomType==7">日式&西式混合房间</template>
</div>
</li>
<li>
<!-- <li>
<span class="C9">人数</span>
<span v-if="dataList.roomGroup">
每间最多入住成人:{{dataList.roomGroup.roomAdultCount}},儿童:{{dataList.roomGroup.roomChildCount}}
</span>
</li>
</li> -->
<!-- <li>
<span class="C9">加床</span>
<span>JPY 20216.00/床/间夜</span>
......
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