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} }