Commit 97c43b7a authored by wuchun's avatar wuchun

1

parent 58e6a89d
......@@ -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)
......
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