|
|
@@ -67,17 +67,6 @@ export default class ATInterstitial extends zgSingleton {
|
|
|
|
|
|
this.interAdState = InterAdState.Loading;
|
|
|
this.ATInterstitialJS.loadInter(type);
|
|
|
-
|
|
|
- // // console.log('99999999 loadInterPre ', type)
|
|
|
- // if (!this.onloadInter) {
|
|
|
- // this.onloadInter = true
|
|
|
- // // console.log('99999999 loadInter ', type)
|
|
|
- // //FC:UROI事件
|
|
|
- // if (GameM.commonData.ifUROI) {
|
|
|
- // let eventID = EncryptUtil.randomString(32);
|
|
|
- // AdM.sendUROIEvent(eventID, '', GameM.commonData.interPlaceId, "ad_request", "interstitial", 'other', '')
|
|
|
- // }
|
|
|
- // }
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -117,11 +106,6 @@ export default class ATInterstitial extends zgSingleton {
|
|
|
if (this.ifLoadShow) {
|
|
|
this.showInter(this.interAdType);
|
|
|
}
|
|
|
-
|
|
|
- // if (GameM.commonData.ifUROI) {
|
|
|
- // let eventID = EncryptUtil.randomString(32);
|
|
|
- // AdM.sendUROIEvent(eventID, '', placementId, "ad_fill", "interstitial", 'other', '')
|
|
|
- // }
|
|
|
}
|
|
|
|
|
|
onInterstitialAdLoadFail(placementId, errorInfo) {
|