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
Email Patches
Plain Diff
Browse Files
Authored by
lijing
2016-11-25 16:50:06 +0800
Commit
29d9057325dcb44a457c1b6b14c36d786c7980b9
1 parent
223a1d42
生日卷
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/message.js
apps/home/models/message.js
View file @
29d9057
...
...
@@ -29,7 +29,7 @@ const _list = (result) => {
title
:
item
.
title
,
time
:
`
$
{
item
.
create_date
}
$
{
_formatTime
(
item
.
create_time
*
1000
)}
`
,
};
if
(
item
.
body
&&
item
.
type
===
'pullCoupon'
)
{
Object
.
assign
(
obj
,
{
birthType
:
true
,
...
...
Please
register
or
login
to post a comment