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
李靖
2017-12-01 16:12:54 +0800
Commit
4ebbcef9e7dfac383f9e68b15c2a2ec4bb632d8d
1 parent
438d5252
合master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/guang-new.js
apps/guang/models/guang-new.js
View file @
4ebbcef
...
...
@@ -41,7 +41,7 @@ class newGuang extends global.yoho.BaseModel {
resu
.
list
=
result
.
data
.
guangList
;
_
.
forEach
(
resu
.
list
,
(
val
)
=>
{
val
.
play
=
val
.
category_name
===
'视频'
;
val
.
play
=
val
.
hasVideoFlag
===
1
;
});
}
return
resu
;
...
...
Please
register
or
login
to post a comment