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
yyq
2018-07-11 10:09:37 +0800
Commit
f6be02d9fbca864bc4478faa0cb0f80aa9406868
2 parents
852df1dd
8ca67257
Merge remote-tracking branch 'origin/master' into release/0711
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 @
f6be02d
...
...
@@ -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