UI更改与功能修正
This commit is contained in:
@@ -47,8 +47,8 @@ namespace TcgEngine.UI
|
||||
private bool isHideObject = false;
|
||||
|
||||
public List<string> Usersid = new List<string>();
|
||||
|
||||
UserData udata = ApiClient.Get().UserData;
|
||||
|
||||
private UserData udata;
|
||||
protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
@@ -59,6 +59,7 @@ namespace TcgEngine.UI
|
||||
my_ladderLine.onClick += OnClickRankLine;
|
||||
|
||||
InitLines();
|
||||
udata = ApiClient.Get().UserData;
|
||||
}
|
||||
|
||||
private void OnDestroy()
|
||||
@@ -288,6 +289,7 @@ namespace TcgEngine.UI
|
||||
RefreshPanel();
|
||||
RefreshLadderPanel();
|
||||
ladderRank.Show();
|
||||
udata = ApiClient.Get().UserData;
|
||||
}
|
||||
|
||||
public override void Hide(bool instant = false)
|
||||
|
||||
Reference in New Issue
Block a user