fix: user deduct point
This commit is contained in:
@@ -304,10 +304,7 @@ const downloadWallpaper = async (item) => {
|
||||
return;
|
||||
}
|
||||
|
||||
const canProceed = await checkAbilityAndHandle(
|
||||
"wallpaper_download",
|
||||
rewardAdRef,
|
||||
);
|
||||
const canProceed = await checkAbilityAndHandle("wallpaper_download");
|
||||
if (!canProceed) return;
|
||||
|
||||
uni.showLoading({ title: "下载中..." });
|
||||
|
||||
Reference in New Issue
Block a user