fix: 抽签

This commit is contained in:
zzc
2026-02-03 05:55:04 +08:00
parent 7c80f9a6a6
commit b6091de037
10 changed files with 34 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="fortune-page" >
<NavBar title="2026 新年运势" :transparent="true" color="#ffd700"/>
<view class="fortune-page">
<NavBar title="2026 新年运势" :transparent="true" color="#ffd700" />
<!-- 初始状态签筒 -->
<view class="state-initial" v-if="status !== 'result'">
@@ -168,7 +168,8 @@ onShareAppMessage(async () => {
return {
title: "新春祝福",
path: `${cardId.value ? `/pages/fortune/detail?shareToken=${shareTokenRes.shareToken}` : `/pages/fortune/index?shareToken=${shareTokenRes.shareToken}`}`,
imageUrl: "/static/images/bg.jpg",
imageUrl:
"https://file.lihailezzc.com/resource/cfed2edbfa19250b836a87a4bbf0d5ad.png",
};
});