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
9ad715f8
Commit
9ad715f8
authored
Sep 03, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s
parent
6cb55787
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
HotelDetail.vue
src/components/Hotel/HotelDetail.vue
+1
-1
HotelList.vue
src/components/Hotel/HotelList.vue
+1
-1
No files found.
src/components/Hotel/HotelDetail.vue
View file @
9ad715f8
...
...
@@ -479,7 +479,7 @@
{{
hotelSummary
.
address
}}
</div>
<div
class=
"HD_Top_Price"
>
<span
class=
"HD_Top_Pinfo"
><i>
¥
</i>
{{
getPrice
(
price
)
}}
</span>
<span
class=
"HD_Top_Pinfo"
><i>
¥
</i>
{{
price
}}
</span>
<span
class=
"HD_Top_qi"
>
/起
</span>
<!--
<span>
另付税:¥177
</span>
-->
<input
type=
"button"
class=
"HD_SureBtn"
style=
"display:none;"
value=
"立即预订"
/>
...
...
src/components/Hotel/HotelList.vue
View file @
9ad715f8
...
...
@@ -1098,7 +1098,7 @@ export default {
this
.
PassMsg
.
arrivalDate
=
this
.
msg
.
arrivalDate
;
this
.
PassMsg
.
departureDate
=
this
.
msg
.
departureDate
;
this
.
PassMsg
.
searchroomGroup
=
this
.
msg
.
searchroomGroup
;
this
.
PassMsg
.
lowrateBySetCurrency
=
item
.
lowrateTotalBySetCurrency
;
this
.
PassMsg
.
lowrateBySetCurrency
=
this
.
getPrice
(
item
.
lowrateTotalBySetCurrency
)
;
this
.
PassMsg
.
room
=
this
.
room
this
.
PassMsg
.
auditNum
=
this
.
auditNum
;
...
...
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