3
This commit is contained in:
@@ -334,11 +334,10 @@
|
|||||||
otherLeftLabel.value = '其他酒店'
|
otherLeftLabel.value = '其他酒店'
|
||||||
otherRightLabel.value = '其他场馆'
|
otherRightLabel.value = '其他场馆'
|
||||||
isSkip.value = false
|
isSkip.value = false
|
||||||
current.vlaue = ''
|
|
||||||
isBack.value = true
|
isBack.value = true
|
||||||
let hotelRes = await getHotelListApi({ hotelStadiumType: 1 })
|
let hotelRes = await getHotelListApi({ hotelStadiumType: 1 })
|
||||||
navLeft.value = hotelRes.data.slice(0, 3)
|
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)
|
otherLeftNav.value = hotelRes.data.slice(3, hotelRes.data.length - 1)
|
||||||
let venueRes = await getHotelListApi({ hotelStadiumType: 2 })
|
let venueRes = await getHotelListApi({ hotelStadiumType: 2 })
|
||||||
// console.log(venueRes,'venueRes')
|
// console.log(venueRes,'venueRes')
|
||||||
|
|||||||
Reference in New Issue
Block a user