feat: deaw share

This commit is contained in:
zzc
2026-01-21 22:33:37 +08:00
parent 915dd33aac
commit 25de38a1f5
5 changed files with 512 additions and 46 deletions

View File

@@ -95,7 +95,7 @@
<button class="sec-btn" @tap="saveCard">
<text class="icon">📥</text> 保存运势卡片
</button>
<button class="sec-btn" @tap="reset">
<button class="sec-btn" @tap="goToRecord">
<text class="icon"></text> 我的记录
</button>
</view>
@@ -208,6 +208,12 @@ const goBack = () => {
}
};
const goToRecord = () => {
uni.navigateTo({
url: "/pages/fortune/record",
});
};
const startShake = async () => {
if (!isLoggedIn.value) {
loginPopupRef.value.open();