Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
Athena
Commits
6ff137d3
Commit
6ff137d3
authored
Jul 15, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
2e8c0a92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
+6
-12
HotelDetail.vue
src/components/Hotel/HotelDetail.vue
+0
-6
HotelSure.vue
src/components/Hotel/HotelSure.vue
+6
-6
No files found.
src/components/Hotel/HotelDetail.vue
View file @
6ff137d3
...
...
@@ -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>
...
...
src/components/Hotel/HotelSure.vue
View file @
6ff137d3
...
...
@@ -181,7 +181,7 @@
}
.HS_HotelRight
{
width
:
346px
;
height
:
2
98
px
;
height
:
2
57
px
;
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment