<%=lang.traveler%>:<%=nameStr%>
<%}%>
<%
var roomInfo='';
var otherInfo='';
var hasMeal=!!data.roomMeal;
var hasBedType=!!data.bedType;
roomInfo+=data.roomTypeName?data.roomTypeName:'';
otherInfo+=hasMeal?data.roomMeal:'';
otherInfo+=hasMeal&&hasBedType?'、':'';
otherInfo+=hasBedType?data.bedType:'';
roomInfo+=otherInfo?'('+otherInfo+')':'';
%>
<%if(roomInfo){%>
<%=lang.h_trip_room%>:<%=roomInfo%>
<%}%>
<%if(data.hotelConfirmId){%>
<%=lang.order_confirmation_number%>:<%=data.hotelConfirmId%>
<%}%>