wangguan
2020-12-04 d41516e30a9f1137be32d1477220f6ab262f6ed5
Assets/Scripts/UI/FinalPanel/FinalPanel.cs
@@ -157,6 +157,14 @@
    {
        playerNickName = nickName;
        PlayerPrefs.SetString(playerPrefs_NickName, playerNickName);
        if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer)
        {
            //为了方便测试
            GameConfig.Imei = playerNickName;
            Debug.Log("这里是电脑版,直接设置Imei为昵称" + playerNickName);
        }
        StartHttp();
    }
@@ -341,8 +349,12 @@
            }
        }
        // transform.Find("Image1").gameObject.SetActive(false);
        // transform.Find("Image2").gameObject.SetActive(false);
        // transform.Find("Image3").gameObject.SetActive(false);
        endPs?.Play();
        closeBtn.interactable = true;
    }