dever 3 năm trước cách đây
mục cha
commit
23c2da803f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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('身份证号不正确');