登录场景的一些修改
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)
|
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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user