fix: update page
This commit is contained in:
@@ -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("");
|
||||
|
||||
|
||||
@@ -63,11 +63,11 @@
|
||||
<!-- My Creations -->
|
||||
<view class="section-title">我的创作</view>
|
||||
<view class="menu-group">
|
||||
<view class="menu-item" @tap="navTo('greetings')">
|
||||
<!-- <view class="menu-item" @tap="navTo('greetings')">
|
||||
<view class="icon-box red-bg"><text>🧧</text></view>
|
||||
<text class="menu-text">我的新春祝福</text>
|
||||
<text class="arrow">›</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="menu-item" @tap="navTo('fortune-record')">
|
||||
<view class="icon-box orange-bg"><text>📹</text></view>
|
||||
<text class="menu-text">我的新年运势</text>
|
||||
@@ -136,9 +136,7 @@
|
||||
<script setup>
|
||||
import { ref, computed, onMounted } from "vue";
|
||||
import { useUserStore } from "@/stores/user";
|
||||
import {
|
||||
onShareAppMessage,
|
||||
} from "@dcloudio/uni-app";
|
||||
import { onShareAppMessage } from "@dcloudio/uni-app";
|
||||
import LoginPopup from "@/components/LoginPopup/LoginPopup.vue";
|
||||
|
||||
const userStore = useUserStore();
|
||||
@@ -166,11 +164,11 @@ onMounted(() => {
|
||||
navBarHeight.value = 44;
|
||||
});
|
||||
|
||||
onShareAppMessage( () => {
|
||||
onShareAppMessage(() => {
|
||||
return {
|
||||
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
|
||||
path: "/pages/index/index",
|
||||
};
|
||||
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
|
||||
path: "/pages/index/index",
|
||||
};
|
||||
});
|
||||
|
||||
const handleUserClick = () => {
|
||||
|
||||
Reference in New Issue
Block a user