feat: PrivacyPopup

This commit is contained in:
zzc
2026-02-02 16:49:53 +08:00
parent 526e2aad70
commit 52af2aad8f
3 changed files with 189 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
<template>
<view class="spring-page" :style="{ paddingTop: getBavBarHeight() + 'px' }">
<!-- Privacy Popup -->
<PrivacyPopup />
<!-- 顶部 Banner -->
<view class="hero">
<view class="hero-badge">
@@ -108,6 +111,7 @@ 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("");