|
|
@@ -104,8 +104,7 @@ export class AdData {
|
|
|
}
|
|
|
|
|
|
|
|
|
- public async watchVideo(type: AdFun)
|
|
|
- {
|
|
|
+ public async watchVideo(type: AdFun) {
|
|
|
this.ad_subType = type;
|
|
|
let data = {
|
|
|
"imei": gData.appData.machineInfo.imei,
|
|
|
@@ -240,7 +239,7 @@ export class AdData {
|
|
|
ecpmlevel = parseInt(forceAd[i].value);
|
|
|
}
|
|
|
|
|
|
- this.AutoRedMoneyMap.set(parseInt(forceAd[i].value), parseInt(forceAd[i].AutoRedMoney))
|
|
|
+ this.AutoRedMoneyMap.set(parseInt(forceAd[i].value), parseInt(forceAd[i].autoRedMoney))
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -312,7 +311,7 @@ export class AdData {
|
|
|
|
|
|
/** 点击提现弹出全屏插屏 */
|
|
|
checkPopCashFull() {
|
|
|
- if (this.FullCsahAdArr.indexOf(this.ecpmLevel.toString()) == -1) {
|
|
|
+ if (this.FullCsahAdArr.indexOf(this.ecpmLevel.toString()) == -1) {
|
|
|
return;
|
|
|
}
|
|
|
mk.ad.showInterAd(1);
|