feat: PrivacyPopup
This commit is contained in:
@@ -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("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user