|
|
@@ -13397,7 +13397,6 @@ gData.gameData.orderRewardType = parseInt(this.configs.ServerConfig.OrderReward)
|
|
|
gData.gameData.insectAutoShowLimit = parseInt(this.configs.ServerConfig.StopProductionSwitch);
|
|
|
gData.gameData.insertAdLimit = parseInt(this.configs.ServerConfig.InsertAdCash);
|
|
|
gData.gameData.insertAdSwitch = this.configs.ServerConfig.InsertAdScene.split(",");
|
|
|
-gData.gameData.fullScreenAdSwitch = this.configs.ServerConfig.FullScreenAdScene.split(",");
|
|
|
};
|
|
|
t.prototype.initPlayerProp = function(t) {
|
|
|
this.playerProp = new y();
|
|
|
@@ -14640,7 +14639,7 @@ o = s.RateConfig.RC_afterVideo;
|
|
|
if (null != e) {
|
|
|
var n = gData.gameData.getProp(i.cashTimes);
|
|
|
console.log("===========" + n);
|
|
|
-"1" == gData.gameData.insertAdSwitch[a] && gData.adData.checkPopInter(e, o);
|
|
|
+"1" == gData.gameData.insertAdSwitch[a] && n >= gData.gameData.insertAdLimit && gData.adData.checkPopInter(e, o);
|
|
|
}
|
|
|
};
|
|
|
return t;
|