fix: point exp
This commit is contained in:
@@ -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积分",
|
||||
|
||||
Reference in New Issue
Block a user