fix: update page

This commit is contained in:
zzc
2026-02-03 02:41:19 +08:00
parent 52af2aad8f
commit bd45082544
6 changed files with 149 additions and 72 deletions

View File

@@ -1,8 +1,5 @@
<template>
<view class="spring-page" :style="{ paddingTop: getBavBarHeight() + 'px' }">
<!-- Privacy Popup -->
<PrivacyPopup />
<!-- 顶部 Banner -->
<view class="hero">
<view class="hero-badge">
@@ -111,7 +108,6 @@ import {
} from "@dcloudio/uni-app";
import { getBavBarHeight } from "@/utils/system";
import { getRecommendList } from "@/api/system";
import PrivacyPopup from "@/components/PrivacyPopup/PrivacyPopup.vue";
const countdownText = ref("");