|
|
@@ -174,7 +174,9 @@ export class GameData {
|
|
|
//从服务器解析配置
|
|
|
this.setProductMapFromJson();
|
|
|
|
|
|
- gData.loginData.popIdentifySwitch = this.configs.ServerConfig.popIdentifySwitch == '1';
|
|
|
+ gData.loginData.popIdentifySwitch = this.configs.ServerConfig.popIdentifySwitch.split(",");
|
|
|
+ this.prohibiJBAd = this.configs.ServerConfig.ProhibitJBAd.split(",");
|
|
|
+ this.prohibitProductionAd = this.configs.ServerConfig.ProhibitProductionAd.split(",");
|
|
|
|
|
|
gData.gameData.shareUrl = this.configs.ServerConfig.shareUrl;
|
|
|
gData.gameData.shareTitle = this.configs.ServerConfig.shareTitle;
|