|
@@ -179,7 +179,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
if (_dataManager.IsArenaClearing)
|
|
if (_dataManager.IsArenaClearing)
|
|
{
|
|
{
|
|
- PromptController.Instance.ShowFloatTextPrompt("结算中......");
|
|
|
|
|
|
+ PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (RoleDataManager.ArenaBuyFightTimes == 0)
|
|
if (RoleDataManager.ArenaBuyFightTimes == 0)
|
|
@@ -204,7 +204,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
if (_dataManager.IsArenaClearing)
|
|
if (_dataManager.IsArenaClearing)
|
|
{
|
|
{
|
|
- PromptController.Instance.ShowFloatTextPrompt("结算中......");
|
|
|
|
|
|
+ PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (RoleDataManager.ArenaFreshTimes <= 0)
|
|
if (RoleDataManager.ArenaFreshTimes <= 0)
|
|
@@ -226,7 +226,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
if (_dataManager.IsArenaClearing)
|
|
if (_dataManager.IsArenaClearing)
|
|
{
|
|
{
|
|
- PromptController.Instance.ShowFloatTextPrompt("结算中......");
|
|
|
|
|
|
+ PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
ViewManager.Show<ArenaDressInfoView>(new object[] { FightRoleType.MINE, 0, _dataManager.DressupList, "" }, new object[] { typeof(ArenaView).FullName, this.viewData }, true);
|
|
ViewManager.Show<ArenaDressInfoView>(new object[] { FightRoleType.MINE, 0, _dataManager.DressupList, "" }, new object[] { typeof(ArenaView).FullName, this.viewData }, true);
|
|
@@ -248,7 +248,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
if (_dataManager.IsArenaClearing)
|
|
if (_dataManager.IsArenaClearing)
|
|
{
|
|
{
|
|
- PromptController.Instance.ShowFloatTextPrompt("结算中......");
|
|
|
|
|
|
+ PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (RoleDataManager.ArenaFightTimes <= 0)
|
|
if (RoleDataManager.ArenaFightTimes <= 0)
|