|
@@ -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协议"));
|