lvjincheng пре 3 година
родитељ
комит
faec7dd688
1 измењених фајлова са 2 додато и 2 уклоњено
  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协议"));