|
|
@@ -1789,7 +1789,7 @@ checkAdStatus: function() {
|
|
|
if (null != this.proxy) return ATRewardedVideoJSSDK.checkAdStatus(this.placementID());
|
|
|
},
|
|
|
checkValidAdCaches: function() {
|
|
|
-if (null != this.proxy) return ATRewardedVideoJSSDK.checkValidAdCaches(this.curPlacementId);
|
|
|
+if (null != this.proxy) return ATRewardedVideoJSSDK.checkValidAdCaches(this.placementID());
|
|
|
},
|
|
|
onRewardedVideoAdLoaded: function(t) {
|
|
|
console.log("AnyThinkRewardedVideo::onRewardedVideoAdLoaded(" + t + ")");
|
|
|
@@ -2009,7 +2009,7 @@ e.prototype.checkValidAdCaches = function() {
|
|
|
return this.ATRewardVideoJS.checkValidAdCaches();
|
|
|
};
|
|
|
e.prototype.onRewardedVideoAdLoaded = function() {
|
|
|
-console.log("ATRewardVideo 成功", this.hasAdReady(), c[this.reawardAdState]);
|
|
|
+console.log("AnyThinkRewardedVideoDemo 成功", this.hasAdReady(), c[this.reawardAdState]);
|
|
|
this.reawardAdState = c.LoadSuccess;
|
|
|
if (this.ifLoadShow) {
|
|
|
this.ifLoadShow = !1;
|