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
zzzzzzz
2016-08-17 17:59:27 +0800
Commit
632e309af973cf159a396b9e2f8892aceb2a3c6b
1 parent
aa60a6f4
解决冲突
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/activity/models/live.js
apps/activity/models/live.js
View file @
632e309
...
...
@@ -55,7 +55,8 @@ const _getBestList = () => {
item
.
rec_living
=
true
;
break
;
}
//格式化时间
// 格式化时间
item
.
starting_time
=
_formatTime
(
item
.
starting_time
,
true
);
}
return
result
.
data
?
result
.
data
:
[];
...
...
Please
register
or
login
to post a comment