Commit ce754c07 authored by zhengke's avatar zhengke

修改酒店

parent b707f247
......@@ -1202,6 +1202,10 @@ export default {
},
//点击预订传递参数
bookHotel(roomOptionCd){
if(!localStorage.userInfo){
return this.Error('请登录!')
}
let msg = this.SimilarMsg;
msg.roomOptionCd = roomOptionCd;
......
......@@ -881,7 +881,7 @@ export default {
costType:res.data.data.costType,
orderId:res.data.data.orderId,
bookingNumber:res.data.data.parmResult.bookingNumber,
bookMoney:res.data.data.parmResult.totalChargeableRateInfo,
bookMoney:this.sureMsg.totalChargeableRateInfo,
CancelTime:res.data.data.CancelTime,
hotelName:res.data.data.parmResult.hotelName,
totalPnumber:num
......
......@@ -184,9 +184,9 @@ export default {
hotelName:item.HotelName,
totalPnumber:item.Number
}
sessionStorage.setItem("HotelPayMsg", JSON.stringify(msg));
this.$router.push({
path:"/HotelPay",
query:{msg:JSON.stringify(msg)}
})
},
//取消
......
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