Parcourir la source

Wesmiler 校企小程序 更新

wesmiler il y a 4 ans
Parent
commit
dc0298d3ce
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      app/api/model/User.php

+ 0 - 4
app/api/model/User.php

@@ -248,10 +248,6 @@ class User extends UserModel
                 throwError('请选择入学年份');
             }
 
-            if(empty($data['speciality'])){
-                throwError('请选择就读专业');
-            }
-
             if(empty($data['education_certify'])){
                 throwError('请上传教育证明');
             }