dever 3 years ago
parent
commit
23c2da803f
1 changed files with 1 additions and 1 deletions
  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('身份证号不正确');