fix: lock resousers

This commit is contained in:
zzc
2026-03-11 14:45:27 +08:00
parent c624bc2d1d
commit c2b889ac8f
2 changed files with 4 additions and 3 deletions

View File

@@ -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" });
}