This commit is contained in:
启星
2026-01-14 20:36:58 +08:00
parent 705d891c51
commit 5548f5d6a5
64 changed files with 482 additions and 103 deletions

View File

@@ -274,7 +274,7 @@
- (IBAction)comitUserInfoBtnAction:(id)sender {
//
if (_userNameTF.text.length == 0) {
if (![_userNameTF.text isExist]) {
showToastInView(QXText(@"请填写昵称"), self.view);
return;
}