登录场景的一些修改
This commit is contained in:
parent
adfdc8c267
commit
5391da4770
File diff suppressed because it is too large
Load Diff
@ -84,7 +84,6 @@ public class Logo_in : mount
|
||||
if (issucceffull)
|
||||
{
|
||||
gameObject.GetComponent<input_box_pop_up_window>().destroy();
|
||||
|
||||
Promptmgr.Instance.PromptBubble("µÇ¼³É¹¦");
|
||||
sceneslider.gameObject.SetActive(true);
|
||||
StartCoroutine(jiaLoading());
|
||||
@ -244,6 +243,7 @@ public class Logo_in : mount
|
||||
if (info.Data.certify_status == -1)
|
||||
{
|
||||
Real_name_screen();
|
||||
gameObject.GetComponent<input_box_pop_up_window>().destroy();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user