Authored by 郭成尧

yohobuy-false

@@ -68,12 +68,8 @@ class GradeDetailPage extends Page { @@ -68,12 +68,8 @@ class GradeDetailPage extends Page {
68 this.view.levelStr.text(result.levelStr); 68 this.view.levelStr.text(result.levelStr);
69 this.eGradeGraph.setOption(graphOptions(result.graphData)); 69 this.eGradeGraph.setOption(graphOptions(result.graphData));
70 this.view.loadingMask.addClass('hide'); 70 this.view.loadingMask.addClass('hide');
71 - } else if (result.code === 202) {  
72 - this.view.loadingLogoText.addClass('hide');  
73 } else { 71 } else {
74 - setTimeout(() => {  
75 - this.graphRender();  
76 - }, 2000); 72 + this.view.loadingLogoText.addClass('hide');
77 } 73 }
78 }); 74 });
79 } 75 }
@@ -323,6 +323,10 @@ class FamilyIndex extends Page { @@ -323,6 +323,10 @@ class FamilyIndex extends Page {
323 let isLogin = $this.data('login'); 323 let isLogin = $this.data('login');
324 let isNoOpen = $this.data('noopen'); 324 let isNoOpen = $this.data('noopen');
325 325
  326 + if (appType === 'yohobuy') {
  327 + return;
  328 + }
  329 +
326 if (!this.vipInfo || !this.vipInfo[appType]) { 330 if (!this.vipInfo || !this.vipInfo[appType]) {
327 this.viewVipInfo(); 331 this.viewVipInfo();
328 return false; 332 return false;