lvjincheng %!s(int64=3) %!d(string=hai) anos
pai
achega
faec7dd688
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Assets/BowArrow/Scripts/Manager/LoginMgr/RegisterView.cs

+ 2 - 2
Assets/BowArrow/Scripts/Manager/LoginMgr/RegisterView.cs

@@ -150,7 +150,7 @@ public class RegisterView : MonoBehaviour
         if (text_birthday.Length != 10) {
             text_birthday = "2000-01-01";
             // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("未填写出生日期"));
-            return;
+            // return;
         }
         InputField location = GetInputField(registerInLocation);
         if (location.text.Length == 0) {
@@ -158,7 +158,7 @@ public class RegisterView : MonoBehaviour
             stateCode = "";
             cityCode = "";
             // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("未填写所在地区"));
-            return;
+            // return;
         }
         if (!AgreenmentOption.ins.IsAgreementChecked()) {
             PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("请阅读并同意App协议"));