Explorar el Código

fix:修改手机号加密***

jinx hace 3 años
padre
commit
4e9c13af89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      platform-admin/src/main/webapp/js/sys/bindAccount.js

+ 1 - 1
platform-admin/src/main/webapp/js/sys/bindAccount.js

@@ -112,7 +112,7 @@ var vm = new Vue({
               vm.show_fdkkUser =
                 res.user.fdkkUser.substring(0, 4) +
                 '****' +
-                res.user.fdkkUser.substring(8, res.user.fdkkUser.length - 1)
+                res.user.fdkkUser.substring(8, res.user.fdkkUser.length)
             }
           } else {
             alert(res.msg)