Commit f4723e35 authored by wuchun's avatar wuchun

1

parent ece8eaeb
......@@ -232,8 +232,8 @@ import DidaService from 'src/api/didahotel'
hotelId: data.urlParamsMsg.hotelId,
sort: 1,
displayFrom: 1,
arrivalDate: data.getParamsMsg.arrivalDate,//入住时间
departureDate: data.getParamsMsg.departureDate,//离房时间
CheckInDate: data.getParamsMsg.CheckInDate,//入住时间
CheckOutDate: data.getParamsMsg.CheckOutDate,//离房时间
roomOptionCd: "",
searchroomGroup: data.getParamsMsg.searchroomGroup,//客房数
})
......@@ -246,8 +246,8 @@ import DidaService from 'src/api/didahotel'
room: dataObj.room,
auditNum: dataObj.auditNum,
childNum: dataObj.childNum,
arrivalDate: search.arrivalDate,
departureDate: search.departureDate,
CheckInDate: search.CheckInDate,
CheckOutDate: search.CheckOutDate,
imgUrl: data.h.hotelImageUrl1
}
localStorage.setItem(DirtionmaryHelper.SCATTERED_HOTEL_ORDER,JSON.stringify(d))
......@@ -281,7 +281,7 @@ import DidaService from 'src/api/didahotel'
);
data.h.hotelRooms = data.h.hotelRooms.substr(8)
data.h.List = []
data.h.List.push("http://upload.oytour.com/image/index?filePath=/Upload/DMC/20200212065038003.jpg&process=resize,m_filt,w_663,h_")
data.images = data.h.List
//拆分网络连接
if (data.h.internetAccessibilityOfTheRoom != "") {
......
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