lgy há 6 anos atrás
pai
commit
d73c4d4e8c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      application/inter/controller/Login.php

+ 1 - 1
application/inter/controller/Login.php

@@ -153,7 +153,7 @@ class Login extends Controller
             return false;
         }
         $start = substr($mobile,0,3);
-        $end = substr($mobile,6,4);
+        $end = substr($mobile,7,4);
         $phone = $start.'****'.$end;
         return $phone;
     }