lvjincheng 3 years ago
parent
commit
faec7dd688
1 changed files with 2 additions and 2 deletions
  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) {
         if (text_birthday.Length != 10) {
             text_birthday = "2000-01-01";
             text_birthday = "2000-01-01";
             // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("未填写出生日期"));
             // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("未填写出生日期"));
-            return;
+            // return;
         }
         }
         InputField location = GetInputField(registerInLocation);
         InputField location = GetInputField(registerInLocation);
         if (location.text.Length == 0) {
         if (location.text.Length == 0) {
@@ -158,7 +158,7 @@ public class RegisterView : MonoBehaviour
             stateCode = "";
             stateCode = "";
             cityCode = "";
             cityCode = "";
             // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("未填写所在地区"));
             // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("未填写所在地区"));
-            return;
+            // return;
         }
         }
         if (!AgreenmentOption.ins.IsAgreementChecked()) {
         if (!AgreenmentOption.ins.IsAgreementChecked()) {
             PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("请阅读并同意App协议"));
             PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("请阅读并同意App协议"));