任务看广告优化

This commit is contained in:
GaoHao 2025-01-20 14:55:07 +08:00
parent 2ba92103f9
commit 3b472eac65
1 changed files with 2 additions and 2 deletions

View File

@ -348,8 +348,8 @@
return return
} }
datas.urlCallback = { datas.urlCallback = {
userId: uni.getStorageSync('userId'), userId: uni.getStorageSync('userInfo').userId,
extra: uni.getStorageSync('userId') + "" + new Date().getTime(), extra: uni.getStorageSync('userInfo').userId + "" + new Date().getTime(),
} }
adRewarded.value.show(); adRewarded.value.show();
} else { } else {