Commit 8006ce03 authored by Hsinli's avatar Hsinli

addd

parent b345686c
Pipeline #6247 passed with stage
in 4 seconds
...@@ -42,7 +42,7 @@ class MineService extends Service { ...@@ -42,7 +42,7 @@ class MineService extends Service {
let phone = appUserInfo.user.phone || ''; let phone = appUserInfo.user.phone || '';
if (phone.length > 0) { if (phone.length > 0) {
phone = phone.substring(0, 2) + phone.substring(7, 10); phone = phone.substring(0, 3) + '****' + phone.substring(7, 11);
} }
ret.login = true; ret.login = true;
ret.user.nickname = appUserInfo.nickname || ''; ret.user.nickname = appUserInfo.nickname || '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment