Compare commits
2 Commits
fdcd8beba9
...
8e1d4ac88b
Author | SHA1 | Date | |
---|---|---|---|
8e1d4ac88b | |||
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