|
@@ -53,12 +53,10 @@ namespace GHZLangChao
|
|
|
/// </summary>
|
|
|
private void OnClickLogin()
|
|
|
{
|
|
|
-#if UNITY_EDITOR
|
|
|
- mAccountStr = "dgj1";
|
|
|
+ mAccountStr = "lc1";
|
|
|
mPasswordStr = "1";
|
|
|
mAccount_Input.text = mAccountStr;
|
|
|
mPassword_Input.text = mPasswordStr;
|
|
|
-#endif
|
|
|
|
|
|
if (string.IsNullOrWhiteSpace(mAccountStr) || string.IsNullOrWhiteSpace(mPasswordStr)) return;
|
|
|
EndustryLoginUserInfo sendLogin = new EndustryLoginUserInfo()
|