Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
2017-12-19 10:49:32 +0800
Commit
4deb0fbddbd9bde3a7ed9cf72aa621d097652fa9
2 parents
87fd2e45
bf7e309c
Merge branch 'hotfix/familyBirthday' into 'hotfix/srverr'
birthday See merge request
!1176
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/family.js
apps/home/models/family.js
View file @
4deb0fb
...
...
@@ -457,7 +457,7 @@ class familyModel extends global.yoho.BaseModel {
head_ico
:
perInfo
.
headIco
,
nickname
:
perInfo
.
nickName
,
gender
:
parseInt
(
perInfo
.
gender
,
10
),
birthday
:
perInfo
.
birthday
?
moment
(
perInfo
.
birthday
).
format
(
'MM-DD'
)
:
''
,
birthday
:
perInfo
.
birthday
?
moment
(
new
Date
(
perInfo
.
birthday
)
).
format
(
'MM-DD'
)
:
''
,
province
:
perInfo
.
province
,
city
:
perInfo
.
city
});
...
...
Please
register
or
login
to post a comment