This commit is contained in:
2025-01-10 18:32:54 +08:00

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(),