Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
97c43b7a
Commit
97c43b7a
authored
Aug 28, 2023
by
wuchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
58e6a89d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
14 deletions
+11
-14
didaHotel.vue
src/pages/scattered/didaHotel.vue
+11
-14
No files found.
src/pages/scattered/didaHotel.vue
View file @
97c43b7a
...
...
@@ -49,20 +49,17 @@
setTitle
(
pageTitle
.
value
)
const
search
=
reactive
({
arrivalDate
:
''
,
//开始日期
departureDate
:
''
,
//结束日期
searchroomGroup
:
[]
as
Array
<
ang
>
,
//客房数
searchHotelIdList
:
[],
freeword
:
''
,
//地区名字 酒店名字
freewordType
:
1
,
//类型 1,地区,2-酒店名称
reviewRatingUpperLimits
:
''
,
//最大评分数
reviewRatingLowerLimits
:
''
,
//最小评分数
searchHotelCategory
:
[],
//酒店分类
searchHotelFeatures
:
[],
//酒店特征
searchRoomType
:
[],
//类型的房间
searchMealType
:
[],
//饮食条件搜索
searchMinRate
:
''
,
//最小金额
searchMaxRate
:
''
,
//最大金额
CheckInDate
:
''
,
//开始日期
CheckOutDate
:
''
,
//结束日期
HotelKeyWord
:
''
,
//地区名字
MaxStarRating
:
''
,
//最大评分数
MinStarRating
:
''
,
//最小评分数
BedTypeID
:
''
,
//类型的房间
BreakfastTypeID
:
''
,
//饮食条件搜索
MinPrice
:
''
,
//最小金额
MaxPrice
:
''
,
//最大金额
Name_CN
:
""
,
//酒店名字
CityCode
:
""
,
})
provide
(
DirtionmaryHelper
.
HOTEL_QUERY_PARAM
,
search
)
...
...
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