diff --git a/me/invite/cashDetail.vue b/me/invite/cashDetail.vue index f255bc4..b216f43 100644 --- a/me/invite/cashDetail.vue +++ b/me/invite/cashDetail.vue @@ -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(),