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:55:05 +0800
Commit
40ea7b67920e75260f4b2f12a134a2ab146161d3
2 parents
a16f450d
8dfc6db9
Merge branch 'feature/growthdetail' of git.yoho.cn:fe/yohobuywap-node into feature/growthdetail
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
public/js/activity/grade/detail.js
public/js/home/family.page.js
public/js/activity/grade/detail.js
View file @
40ea7b6
...
...
@@ -68,12 +68,8 @@ class GradeDetailPage extends Page {
this
.
view
.
levelStr
.
text
(
result
.
levelStr
);
this
.
eGradeGraph
.
setOption
(
graphOptions
(
result
.
graphData
));
this
.
view
.
loadingMask
.
addClass
(
'hide'
);
}
else
if
(
result
.
code
===
202
)
{
this
.
view
.
loadingLogoText
.
addClass
(
'hide'
);
}
else
{
setTimeout
(()
=>
{
this
.
graphRender
();
},
2000
);
this
.
view
.
loadingLogoText
.
addClass
(
'hide'
);
}
});
}
...
...
public/js/home/family.page.js
View file @
40ea7b6
...
...
@@ -323,6 +323,10 @@ class FamilyIndex extends Page {
let
isLogin
=
$this
.
data
(
'login'
);
let
isNoOpen
=
$this
.
data
(
'noopen'
);
if
(
appType
===
'yohobuy'
)
{
return
;
}
if
(
!
this
.
vipInfo
||
!
this
.
vipInfo
[
appType
])
{
this
.
viewVipInfo
();
return
false
;
...
...
Please
register
or
login
to post a comment