Commit 62959395 authored by zhangzhe's avatar zhangzhe

处理昨日排行榜崩溃问题

parent fc23df7d
......@@ -52,7 +52,10 @@ public class RARankList : MonoBehaviour
{
EventCenter.RemoveListener(MyEventType.RefreshRealAwardsData, RefreshData);
GameObject.Find("planttreewithdrawDialog").GetComponent<PlantTreeControl>().clickthree();
if (!RealAwardsVM.isFanYiFan)
{
GameObject.Find("planttreewithdrawDialog").GetComponent<PlantTreeControl>().clickthree();
}
}
/// <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