Authored by 郝肖肖

Merge branch 'feature/growthdetail' of git.yoho.cn:fe/yohobuywap-node into feature/growthdetail

... ... @@ -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');
}
});
}
... ...
... ... @@ -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;
... ...