|
|
@ -10,7 +10,7 @@ function Detail() {
|
|
|
|
|
|
|
|
|
|
|
|
const { hotelId, checkin, checkout } = useParams()
|
|
|
|
const { hotelId, checkin, checkout } = useParams()
|
|
|
|
|
|
|
|
|
|
|
|
const [loading, setLoading] = useState(false)
|
|
|
|
const [loading, setLoading] = useState(true)
|
|
|
|
const [hotelQuotation, setHotelQuotation] = useState({
|
|
|
|
const [hotelQuotation, setHotelQuotation] = useState({
|
|
|
|
hotelName: '',
|
|
|
|
hotelName: '',
|
|
|
|
roomName: '',
|
|
|
|
roomName: '',
|
|
|
@ -80,7 +80,7 @@ function Detail() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className='min-w-[1152px]'>
|
|
|
|
<div>
|
|
|
|
<input type='hidden' id='forHtJson' />
|
|
|
|
<input type='hidden' id='forHtJson' />
|
|
|
|
<Modal title='你选择了' open={isModalOpen} onOk={handleOk} onCancel={handleCancel} footer={null}>
|
|
|
|
<Modal title='你选择了' open={isModalOpen} onOk={handleOk} onCancel={handleCancel} footer={null}>
|
|
|
|
<p>酒店:{hotelQuotation.hotelName}</p>
|
|
|
|
<p>酒店:{hotelQuotation.hotelName}</p>
|
|
|
|