From 5a0fa16d036621d01f91e618fd3cae4350ba0954 Mon Sep 17 00:00:00 2001 From: duanliang Date: Tue, 1 Apr 2025 17:17:14 +0800 Subject: [PATCH] 3 --- src/layout/components/Header/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue index 1822887..93a0bab 100644 --- a/src/layout/components/Header/index.vue +++ b/src/layout/components/Header/index.vue @@ -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')