登录场景的一些修改

This commit is contained in:
liuliang 2024-12-19 16:04:17 +08:00
parent adfdc8c267
commit 5391da4770
2 changed files with 229 additions and 229 deletions

File diff suppressed because it is too large Load Diff

View File

@ -84,7 +84,6 @@ public class Logo_in : mount
if (issucceffull) if (issucceffull)
{ {
gameObject.GetComponent<input_box_pop_up_window>().destroy(); gameObject.GetComponent<input_box_pop_up_window>().destroy();
Promptmgr.Instance.PromptBubble("µÇ¼³É¹¦"); Promptmgr.Instance.PromptBubble("µÇ¼³É¹¦");
sceneslider.gameObject.SetActive(true); sceneslider.gameObject.SetActive(true);
StartCoroutine(jiaLoading()); StartCoroutine(jiaLoading());
@ -244,6 +243,7 @@ public class Logo_in : mount
if (info.Data.certify_status == -1) if (info.Data.certify_status == -1)
{ {
Real_name_screen(); Real_name_screen();
gameObject.GetComponent<input_box_pop_up_window>().destroy();
} }
else else
{ {