|
@@ -249,8 +249,20 @@ public class LoginPanel : BaseUI
|
|
|
|
|
|
private void OnClickLogin()
|
|
|
{
|
|
|
+
|
|
|
+ if (!File.Exists(Application.persistentDataPath + "/Test.txt"))
|
|
|
+ {
|
|
|
+ m_AccountStr = "yilin.li@ghz-tech.com";
|
|
|
+ m_PasswordStr = "123456Aa";
|
|
|
+ m_AccountStr = "wentan.cai@nfznxr.com";
|
|
|
+ m_AccountStr = "32927527@qq.com";
|
|
|
+ m_AccountStr = "1004344@qq.com";
|
|
|
+ }
|
|
|
+
|
|
|
#if UNITY_EDITOR
|
|
|
m_AccountStr = "jiajun.hu@ghz-tech.com";
|
|
|
+ m_AccountStr = "32927527@qq.com";
|
|
|
+ m_AccountStr = "1004344@qq.com";
|
|
|
m_AccountStr = "Blue@163.com";
|
|
|
m_PasswordStr = "123456Aa";
|
|
|
#endif
|