dever 3 년 전
부모
커밋
23c2da803f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/option/src/Auth.php

+ 1 - 1
service/option/src/Auth.php

@@ -59,7 +59,7 @@ class Auth
                 }
                 $data['msg'] = $msg;
             } else {
-                if ($user['status'] == 1) {
+                if ($account['status'] == 1) {
                     $idcard = Dever::input('idcard');
                     if ($user['idcard'] != $idcard) {
                         Dever::alert('身份证号不正确');