From 9b0dbb4c42e1a34e78bc18b5499e14598626a856 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 22 一月 2019 17:00:55 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/CrossServerOneVsOne/RankingWin.cs | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/System/CrossServerOneVsOne/RankingWin.cs b/System/CrossServerOneVsOne/RankingWin.cs
index 30a99e8..ca597e6 100644
--- a/System/CrossServerOneVsOne/RankingWin.cs
+++ b/System/CrossServerOneVsOne/RankingWin.cs
@@ -106,7 +106,9 @@
{
SetZoneAndSeasonNum();
OnCreateGridLineCell(m_ScrollerController);
+ OnCreateGridLineCell_S(m_ScrollerController2);
SetTextMyRank();
+ ZoneAndSeasonpanel();
m_ScrollerController.JumpIndex(0);
}
@@ -322,8 +324,21 @@
else
{
m_DivisionObj.gameObject.SetActive(false);
+
}
- if (CrossServerOneVsOnePKSeason.Instance.SeasonID > 1)//璧涘
+ bool isBool = false;
+ for (int i = 0; i < CrossServerOneVsOnePKSeason.Instance.ZoneCount; i++)
+ {
+ if (CrossServerOneVsOnePKSeason.Instance.ZoneIDList[i].ZoneID == crossServerRewardModel.ZoneID)
+ {
+ var list = CrossServerOneVsOnePKSeason.Instance.ZoneIDList[i].SeasonList;
+ if (list.Count > 1)
+ {
+ isBool = true;
+ }
+ }
+ }
+ if (isBool)//璧涘
{
m_SeasonObj.gameObject.SetActive(true);
if (m_ClickScreenOtherSpace2.activeSelf)
--
Gitblit v1.8.0