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
a97d63f5
Commit
a97d63f5
authored
Feb 14, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c715a238
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
SupplierView.vue
src/components/Hotel/SupplierView.vue
+9
-6
No files found.
src/components/Hotel/SupplierView.vue
View file @
a97d63f5
...
...
@@ -504,16 +504,18 @@
</viewer>
<div
class=
"HD_Top clearfix"
>
<div
class=
"HD_Top_Left"
>
<div
class=
"HD_Top_Title"
>
{{
tempData
.
SHotelName
}}
</div>
<div
class=
"HD_Top_Title"
>
<template
v-if=
"tempData.SHotelName"
>
{{
tempData
.
SHotelName
}}
</
template
>
</div>
<div
class=
"HD_Top_Address"
>
<img
src=
"../../assets/img/hotel/address.png"
alt=
""
/>
{{tempData.SHotelAddress}}
</div>
<div
class=
"HD_Top_ImgList clearfix"
style=
"margin-top:30px;"
v-if=
"
tempData.SHotelImgCoverArray&&tempData.SHotelImgCoverArray.length>0
"
>
<div
class=
"HD_Top_ImgList clearfix"
style=
"margin-top:30px;"
v-if=
"
isShowImg
"
>
<div
class=
"HD_Top_FirstImg"
>
<img
v-if=
"tempData.SHotelImgCoverArray[0] && tempData.SHotelImgCoverArray[0]!='' "
@
click=
"bigImgShow(0)"
:src=
"tempData.SHotelImgCoverArray[0]"
:onerror=
"defaultHeadImg"
class=
"HeadImg"
alt=
""
/>
<img
v-else
src=
"../../assets/img/hotel/bg_c2@3x.png"
alt=
""
/>
<img
v-if=
"tempData.SHotelImgCoverArray[0] && tempData.SHotelImgCoverArray[0]!='' "
@
click=
"bigImgShow(0)"
:src=
"tempData.SHotelImgCoverArray[0]"
:onerror=
"defaultHeadImg"
class=
"HeadImg"
alt=
""
/>
<img
v-else
src=
"../../assets/img/hotel/bg_c2@3x.png"
alt=
""
/>
</div>
<div
class=
"HD_Top_rightImg clearfix"
>
<div
class=
"HD_Top_ImgDiv"
>
...
...
@@ -712,7 +714,7 @@ export default {
mealList
:[],
interNet
:[],
isExpande
:
false
,
isShow
:
false
,
isShow
Img
:
false
,
dataList
:[],
HotelId
:
''
,
beforeCheck
:
{
...
...
@@ -771,6 +773,7 @@ export default {
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
tempData
=
res
.
data
.
data
;
this
.
images
=
this
.
tempData
.
SHotelImgCoverArray
;
this
.
isShowImg
=
true
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
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