|
@@ -306,10 +306,10 @@ public class LoginPanel : BaseUI
|
|
|
{
|
|
|
#if UNITY_EDITOR
|
|
|
m_AccountStr = "4444@qq.com";
|
|
|
-
|
|
|
- m_AccountStr = "1768147286@qq.com";
|
|
|
-
|
|
|
-
|
|
|
+ m_AccountStr = "jiajun.hu@ghz-tech.com";
|
|
|
+
|
|
|
+ m_AccountStr = "bactest1@1.com";
|
|
|
+
|
|
|
#endif
|
|
|
|
|
|
if (string.IsNullOrWhiteSpace(m_AccountStr))
|
|
@@ -441,7 +441,6 @@ public class LoginPanel : BaseUI
|
|
|
Debug.Log(jobect["data"]["type"].ToString());
|
|
|
StartCoroutine( LoginCallBack2YS(2));
|
|
|
UserInfo.Instance.is20 = true;
|
|
|
- GameManager.Instance.IsRuning = true;
|
|
|
}
|
|
|
else if (int.Parse(jobect["data"]["type"].ToString()) == 1)
|
|
|
{
|
|
@@ -640,7 +639,7 @@ public class LoginPanel : BaseUI
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -760,8 +759,7 @@ public class LoginPanel : BaseUI
|
|
|
}
|
|
|
#if UNITY_EDITOR
|
|
|
|
|
|
-
|
|
|
- m_AccountStr = "1768147286@qq.com";
|
|
|
+ m_AccountStr = "jiajun.hu@ghz-tech.com";
|
|
|
m_PasswordStr = "123456Aa";
|
|
|
#endif
|
|
|
|