Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
6eff8fc4927157618674e4375684bc3bebc7b835
1 parent
c5ac6563
catch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/me/controllers/setting.js
apps/me/controllers/setting.js
View file @
6eff8fc
...
...
@@ -166,7 +166,7 @@ const bindMobile = (req, res, next) => {
settingModel
.
getUserInfo
(
uid
).
then
(
result
=>
{
if
(
result
.
info
.
verify_mobile
!==
''
)
{
return
mcHandler
.
getMeThumb
().
then
((
thumb
)
=>
{
return
mcHandler
.
getMeThumb
().
then
((
thumb
)
=>
{
let
info
=
result
.
info
;
info
.
ellipsisMobile
=
info
.
verify_mobile
.
replace
(
regMobile
,
'$1****$2'
);
...
...
Please
register
or
login
to post a comment