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-03-26 15:41:36 +0800
Commit
334627570a8ea8f05104c69fc741f9e709d300cc
2 parents
5910cb47
b14687fd
Merge branch 'feature/growthdetail' into 'release/6.5.3'
'fix' See merge request
!1313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/activity/controllers/grade.js
apps/activity/controllers/grade.js
View file @
3346275
...
...
@@ -121,7 +121,7 @@ class Grade {
if
(
vipNav
[
findex
])
{
vipNav
[
findex
].
active
=
true
;
}
else
{
}
else
if
(
vipNav
[
0
])
{
vipNav
[
0
].
active
=
true
;
}
...
...
@@ -131,7 +131,7 @@ class Grade {
vipNav
:
droitUtil
.
droitHtml
(
vipNav
),
width750
:
true
,
title
:
'会员权益说明'
,
bgcolor
:
'#444
444
'
,
bgcolor
:
'#444'
,
localCss
:
true
});
}).
catch
(
next
);
...
...
Please
register
or
login
to post a comment