任务看广告优化
This commit is contained in:
parent
2ba92103f9
commit
3b472eac65
|
|
@ -348,8 +348,8 @@
|
|||
return
|
||||
}
|
||||
datas.urlCallback = {
|
||||
userId: uni.getStorageSync('userId'),
|
||||
extra: uni.getStorageSync('userId') + "" + new Date().getTime(),
|
||||
userId: uni.getStorageSync('userInfo').userId,
|
||||
extra: uni.getStorageSync('userInfo').userId + "" + new Date().getTime(),
|
||||
}
|
||||
adRewarded.value.show();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue