feat: refine merged venue home and auth states

This commit is contained in:
gqt
2026-06-09 11:59:50 +08:00
parent 4c20371c6d
commit 11fe7399f3
8 changed files with 212 additions and 65 deletions
@@ -1,5 +1,7 @@
<template>
<view class="home-container">
<VenueSwitchHeader venue-name="综合场馆" />
<view class="banner-wrapper">
<swiper
v-if="banners.length"
@@ -72,6 +74,7 @@ import { onPullDownRefresh } from '@dcloudio/uni-app'
import { contentApi } from '@/modules/comprehensive/api/content'
import { formatDate, formatTimeRange } from '@/modules/comprehensive/utils/date'
import VenueTabBar from '@/components/VenueTabBar.vue'
import VenueSwitchHeader from '@/components/VenueSwitchHeader.vue'
const banners = ref([])
const upcomingCourses = ref([])