Commit 62959395 authored by zhangzhe's avatar zhangzhe

处理昨日排行榜崩溃问题

parent fc23df7d
...@@ -52,8 +52,11 @@ public class RARankList : MonoBehaviour ...@@ -52,8 +52,11 @@ public class RARankList : MonoBehaviour
{ {
EventCenter.RemoveListener(MyEventType.RefreshRealAwardsData, RefreshData); EventCenter.RemoveListener(MyEventType.RefreshRealAwardsData, RefreshData);
if (!RealAwardsVM.isFanYiFan)
{
GameObject.Find("planttreewithdrawDialog").GetComponent<PlantTreeControl>().clickthree(); GameObject.Find("planttreewithdrawDialog").GetComponent<PlantTreeControl>().clickthree();
} }
}
/// <summary> /// <summary>
/// 刷新数据 /// 刷新数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment