广告优化

This commit is contained in:
GaoHao
2025-01-09 18:16:53 +08:00
parent 13c270f4e6
commit 12e98d2829

View File

@@ -331,6 +331,13 @@
withdraw() {
if ( !this.isWithdraw ) {
if( !this.adRewardedVideo ){
uni.showToast({
title: "广告加载失败,请检查网络稍后重试",
icon: 'none'
})
return
}
this.urlCallback = {
userId: uni.getStorageSync('userId'),
extra: 'cash:'+uni.getStorageSync('userId') + "" + new Date().getTime(),