Commit 97c43b7a authored by wuchun's avatar wuchun

1

parent 58e6a89d
...@@ -49,20 +49,17 @@ ...@@ -49,20 +49,17 @@
setTitle(pageTitle.value) setTitle(pageTitle.value)
const search = reactive({ const search = reactive({
arrivalDate: '', //开始日期 CheckInDate: '', //开始日期
departureDate: '', //结束日期 CheckOutDate: '', //结束日期
searchroomGroup: [] as Array < ang > , //客房数 HotelKeyWord: '', //地区名字
searchHotelIdList: [], MaxStarRating: '', //最大评分数
freeword: '', //地区名字 酒店名字 MinStarRating: '', //最小评分数
freewordType: 1, //类型 1,地区,2-酒店名称 BedTypeID: '', //类型的房间
reviewRatingUpperLimits: '', //最大评分数 BreakfastTypeID: '', //饮食条件搜索
reviewRatingLowerLimits: '', //最小评分数 MinPrice: '', //最小金额
searchHotelCategory: [], //酒店分类 MaxPrice: '', //最大金额
searchHotelFeatures: [], //酒店特征 Name_CN:"",//酒店名字
searchRoomType: [], //类型的房间 CityCode:"",
searchMealType: [], //饮食条件搜索
searchMinRate: '', //最小金额
searchMaxRate: '', //最大金额
}) })
provide(DirtionmaryHelper.HOTEL_QUERY_PARAM, search) provide(DirtionmaryHelper.HOTEL_QUERY_PARAM, search)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment