123456
This commit is contained in:
parent
3df545f277
commit
e343b710f3
|
|
@ -42,6 +42,8 @@ public class UI_LoginPanel : BasePanel
|
||||||
public override void ShowMe()
|
public override void ShowMe()
|
||||||
{
|
{
|
||||||
base.ShowMe();
|
base.ShowMe();
|
||||||
|
inputAccount.text = "xs01";
|
||||||
|
inputPassword.text = "12345";
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void HideMe()
|
public override void HideMe()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue