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
陈峰
2018-07-09 10:19:45 +0800
Commit
8ca6725796d100308244b52ad5c22e98e93847c0
2 parents
6c60d355
c39285bb
Merge branch 'hotfix/store-eslint' into 'master'
'eslint' See merge request
!1469
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/models/store-home.js
apps/activity/models/store-home.js
View file @
8ca6725
...
...
@@ -85,7 +85,7 @@ class storeHome extends global.yoho.BaseModel {
}
if
(
coffee
)
{
rightsObj
=
rightsJson
.
coffee
;
rightsUrl
=
'javascript:void(0);'
;
rightsUrl
=
'javascript:void(0);'
;
// eslint-disable-line
}
_
.
forEach
(
rightsObj
,
(
val
,
key
)
=>
{
...
...
Please
register
or
login
to post a comment