This commit is contained in:
duanliang
2025-04-01 17:17:14 +08:00
parent a1fc8afea7
commit 5a0fa16d03

View File

@@ -334,11 +334,10 @@
otherLeftLabel.value = '其他酒店'
otherRightLabel.value = '其他场馆'
isSkip.value = false
current.vlaue = ''
isBack.value = true
let hotelRes = await getHotelListApi({ hotelStadiumType: 1 })
navLeft.value = hotelRes.data.slice(0, 3)
current.vlaue = navLeft.value[0].id
current.value = navLeft.value[0].id
otherLeftNav.value = hotelRes.data.slice(3, hotelRes.data.length - 1)
let venueRes = await getHotelListApi({ hotelStadiumType: 2 })
// console.log(venueRes,'venueRes')