optimize: make page share reward

This commit is contained in:
zzc
2026-01-27 18:18:04 +08:00
parent ce3a53067b
commit eb37c2d295
3 changed files with 48 additions and 48 deletions

View File

@@ -507,7 +507,6 @@ const getRewardByShare = async () => {
const res = await getShareReward({ scene: "avatar_download" });
if (res.success) {
uni.showToast({ title: "分享成功,可下载头像" });
checkDrawStatus();
}
};