10366 【越南】【英语】【BT】【砍树】仙盟攻城战-客户端
1.移除无用的FairySiegeSummonDragonFrameWin界面和代码,避免没开游戏就弹dotween报错
2.修复跨服个人榜榜一的积分数值显示
3.修复仙盟徽章显示红点bug
4.仙盟协助和礼包防空报错
| | |
| | | {
|
| | | OperationFamilyRechargeConn act;
|
| | | OperationTimeHepler.Instance.TryGetOperation(FairySiegeHelpModel.operaType, out act);
|
| | | if (act == null)
|
| | | return;
|
| | | actTime.text = Language.Get("BossFHLanguage2", TimeUtility.SecondsToHMS(act.GetResetSurplusTime()));
|
| | | }
|
| | |
|
| | |
| | | string serverName = ServerListCenter.Instance.GetServerName(serverID);
|
| | | playerName_1.text = personalRankData.name1;
|
| | | serverName_1.text = Language.Get("Z2002", serverName);
|
| | | score_1.text = Language.Get("L2013", Language.Get("CrossBattleField79"), personalRankData.cmpValue);
|
| | | score_1.text = Language.Get("L2013", Language.Get("CrossBattleField79"), UIHelper.ReplaceLargeNum(model.GetRankPersonalScore(personalRankData)));
|
| | | int playerID = model.GetPlayerId(familyRankData);
|
| | | avatarCell.InitUI(AvatarHelper.GetAvatarModel((int)playerID, (int)personalRankData.value3, (int)personalRankData.value4, personalRankData.subType));
|
| | | }
|
| | |
| | | {
|
| | | OperationFamilyRechargeConn act;
|
| | | OperationTimeHepler.Instance.TryGetOperation(FairySiegeHelpModel.operaType, out act);
|
| | |
|
| | | if (act == null)
|
| | | return 0;
|
| | | List<StoreConfig> _list = null;
|
| | | StoreConfig.TryGetStoreConfigs(act.shopType, out _list);
|
| | |
|