From c2b889ac8f3d724348350fa4816cf76162bf03a4 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Wed, 11 Mar 2026 14:45:27 +0800 Subject: [PATCH] fix: lock resousers --- pages/greeting/daily.vue | 5 +++-- pages/index/index.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/greeting/daily.vue b/pages/greeting/daily.vue index 8fc5070..89af0a8 100644 --- a/pages/greeting/daily.vue +++ b/pages/greeting/daily.vue @@ -384,7 +384,8 @@ onShareTimeline(() => { display: flex; justify-content: space-between; align-items: center; - margin-bottom: 15rpx; + margin-bottom: 40rpx; + margin-top: 40rpx; } .header-left { @@ -433,7 +434,7 @@ onShareTimeline(() => { /* Main Card */ .main-card-container { padding: 0 40rpx; - margin-bottom: 60rpx; + margin-bottom: 80rpx; } .quote-card { diff --git a/pages/index/index.vue b/pages/index/index.vue index a8b17ef..9b63b6d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -565,7 +565,7 @@ const onOpenLucky = async () => { const luckRes = await getUserLuckInfo(); luckyPopupRef.value?.open(luckRes, false); - uni.showToast({ title: "获取40积分", icon: "none" }); + uni.showToast({ title: "获取20积分", icon: "none" }); } else { uni.showToast({ title: "签到失败", icon: "none" }); }