fix: lock resousers
This commit is contained in:
@@ -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" });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user