fix: point exp

This commit is contained in:
zzc
2026-02-25 10:27:30 +08:00
parent 1fef1818d8
commit a6e9c1c9ce
4 changed files with 79 additions and 20 deletions

View File

@@ -286,9 +286,9 @@ const previewImage = (index) => {
});
};
const handleAdReward = async () => {
const handleAdReward = async (token) => {
try {
const res = await watchAdReward();
const res = await watchAdReward(token);
if (res) {
uni.showToast({
title: "获得50积分",