Commit b345686c authored by Hsinli's avatar Hsinli

addd

parent 3c6b0964
Pipeline #6246 passed with stage
in 7 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.substing(0, 2) + phone.substing(7, 10); phone = phone.substring(0, 2) + phone.substring(7, 10);
} }
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