|
@@ -1834,13 +1834,12 @@ if (this.ifLoadShow) {
|
|
|
this.ifLoadShow = !1;
|
|
this.ifLoadShow = !1;
|
|
|
this.showAd();
|
|
this.showAd();
|
|
|
}
|
|
}
|
|
|
-var t = this.checkAdStatus();
|
|
|
|
|
-console.log("savePreLoadEcpm 0000 ", typeof t);
|
|
|
|
|
-var e = JSON.parse(t), o = JSON.parse(e.adInfo), n = {
|
|
|
|
|
|
|
+var t = this.checkAdStatus(), e = JSON.parse(t), o = JSON.parse(e.adInfo), n = {
|
|
|
network_placement_id: o.network_placement_id,
|
|
network_placement_id: o.network_placement_id,
|
|
|
adsource_id: o.adsource_id,
|
|
adsource_id: o.adsource_id,
|
|
|
adsource_price: o.adsource_price
|
|
adsource_price: o.adsource_price
|
|
|
};
|
|
};
|
|
|
|
|
+console.log("savePreLoadEcpm data ", n);
|
|
|
gData.adData.savePreLoadEcpm(n);
|
|
gData.adData.savePreLoadEcpm(n);
|
|
|
};
|
|
};
|
|
|
e.prototype.onRewardedVideoAdFailed = function() {
|
|
e.prototype.onRewardedVideoAdFailed = function() {
|