Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
d7088084
Commit
d7088084
authored
Jul 26, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3594f96a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
HotelDetails.vue
src/components/Hotel/DiDa/HotelDetails.vue
+18
-1
No files found.
src/components/Hotel/DiDa/HotelDetails.vue
View file @
d7088084
...
@@ -829,7 +829,11 @@
...
@@ -829,7 +829,11 @@
<div
class=
"rounded-borders bg-white row items-center q-pb-md"
style=
"margin-top:20px;width: 1300px;"
>
<div
class=
"rounded-borders bg-white row items-center q-pb-md"
style=
"margin-top:20px;width: 1300px;"
>
<div
class=
"row q-px-lg q-mb-lg row justify-between "
style=
"width:100%;"
>
<div
class=
"row q-px-lg q-mb-lg row justify-between "
style=
"width:100%;"
>
<div
style=
" border-bottom: 1px solid #ddd; width:100%;padding-bottom:8px;"
class=
"text-weight-bold"
>
酒店详情
</div>
<div
style=
" border-bottom: 1px solid #ddd; width:100%;padding-bottom:8px;"
class=
"text-weight-bold"
>
酒店详情
</div>
<div
class=
"q-pt-sm"
>
我是详情哈哈哈哈哈
</div>
<
template
v-if=
"DidaDescription&&DidaDescription.length>0"
>
<div
class=
"q-pt-sm"
v-for=
"(item, index) in DidaDescription"
>
{{
item
.
HotelDescription_CN
}}
</div>
</
template
>
</div>
</div>
</div>
</div>
...
@@ -873,6 +877,7 @@ export default {
...
@@ -873,6 +877,7 @@ export default {
ScatMeaList
:
[]
,
//散客房间餐型
ScatMeaList
:
[]
,
//散客房间餐型
HotelMealTypes
:[],
//餐食类型
HotelMealTypes
:[],
//餐食类型
DidaHotelDetails
:{},
DidaHotelDetails
:{},
DidaDescription
:[],
DidaHotelImg
:[],
DidaHotelImg
:[],
WeekList
:
[
"周日"
,
"周一"
,
"周二"
,
"周三"
,
"周四"
,
"周五"
,
"周六"
],
//周一至周日
WeekList
:
[
"周日"
,
"周一"
,
"周二"
,
"周三"
,
"周四"
,
"周五"
,
"周六"
],
//周一至周日
checkInWeek
:
""
,
//周一至周日
checkInWeek
:
""
,
//周一至周日
...
@@ -1071,6 +1076,17 @@ export default {
...
@@ -1071,6 +1076,17 @@ export default {
}
}
},
null
)
},
null
)
},
//获取酒店详情信息
getDidaDescriptionList
()
{
this
.
apipost
(
'dmc_post_GetDidaDescriptionList'
,
this
.
hotelMsg
,
res
=>
{
this
.
loading
=
false
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
DidaDescription
=
res
.
data
.
data
;
}
},
null
)
},
},
//日期格式化
//日期格式化
getformatDateStr
(
value
)
{
getformatDateStr
(
value
)
{
...
@@ -1253,6 +1269,7 @@ export default {
...
@@ -1253,6 +1269,7 @@ export default {
this
.
getDiDaPriceSearchList
();
this
.
getDiDaPriceSearchList
();
this
.
getDiDaHotelImgList
();
this
.
getDiDaHotelImgList
();
this
.
getDidaHotelDetails
();
this
.
getDidaHotelDetails
();
this
.
getDidaDescriptionList
();
}
}
};
};
...
...
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