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

@@ -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 = () => {