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
299c9b22
Commit
299c9b22
authored
Jul 24, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/athena
parents
410e57dd
d704611b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
Home.vue
src/components/Home.vue
+3
-4
HotelOrder.vue
src/components/newPersonalCenter/block/model/HotelOrder.vue
+5
-1
No files found.
src/components/Home.vue
View file @
299c9b22
...
...
@@ -561,9 +561,9 @@
</div>
<div
class=
"tour_right"
>
<ul
class=
"common_ul_tab"
>
<li
:class=
"liActive==0?'li_active':''"
@
click=
"getHotelList('东京'),liActive=0"
>
东京
</li>
<li
:class=
"liActive==1?'li_active':''"
@
click=
"getHotelList('大阪'),liActive=1"
>
大阪
</li>
<li
:class=
"liActive==2?'li_active':''"
@
click=
"getHotelList('京都'),liActive=2"
>
京都
</li>
<li
:class=
"liActive==0?'li_active':''"
@
click=
"getHotelList('东京
都
'),liActive=0"
>
东京
</li>
<li
:class=
"liActive==1?'li_active':''"
@
click=
"getHotelList('大阪
府
'),liActive=1"
>
大阪
</li>
<li
:class=
"liActive==2?'li_active':''"
@
click=
"getHotelList('京都
府
'),liActive=2"
>
京都
</li>
<span
style=
"float:right;color:#999999;font-size:12px"
@
click=
"SearchHotelMore"
>
查看更多
</span>
</ul>
<div
class=
"hotel_right"
v-loading=
"hotelLoading"
>
...
...
@@ -1270,7 +1270,6 @@ export default {
this
.
HotelList
=
res
.
data
.
data
.
hotelSummary
;
}
this
.
PassMsg
.
groupBookingFlg
=
res
.
data
.
data
.
groupBookingFlg
;
console
.
log
(
this
.
HotelList
,
'Hotellist'
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
src/components/newPersonalCenter/block/model/HotelOrder.vue
View file @
299c9b22
...
...
@@ -191,8 +191,12 @@ export default {
},
//取消
canCelHotel
(
ThirdOrderNo
){
let
userInfo
=
this
.
getLocalStorage
();
let
EmployeeId
=
userInfo
.
EmployeeId
;
let
msg
=
{
bookingNumber
:
ThirdOrderNo
bookingNumber
:
ThirdOrderNo
,
CancelBy
:
EmployeeId
,
CancelType
:
2
}
this
.
apipost
(
"dmc_post_Get_GetJAPAN_GetJAPAN_ReservationCancallation"
,
...
...
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