fix
杨锴
2025-04-16 f646fbebad928833d15546a36e37768d00fe6173
WanPai/Root/Course/VC/AddStudentVC.swift
@@ -169,7 +169,7 @@
                        guard tf_height.text != "0" else {alertError(msg: "请输入正确的身高");return}
                        guard tf_weight.text != "0" else {alertError(msg: "请输入正确的体重");return}
                        if !tf_phone.isEmpty || identityPhone{
        if !view_phone.isHidden{
                                    guard tf_phone.text!.jq_isPhone else {alertError(msg: "请输入正确的手机号");return}
                        }