Showing
1 changed file
with
1 additions
and
5 deletions
@@ -323,10 +323,6 @@ class FamilyIndex extends Page { | @@ -323,10 +323,6 @@ 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 | - | ||
330 | if (!this.vipInfo || !this.vipInfo[appType]) { | 326 | if (!this.vipInfo || !this.vipInfo[appType]) { |
331 | this.viewVipInfo(); | 327 | this.viewVipInfo(); |
332 | return false; | 328 | return false; |
@@ -342,7 +338,7 @@ class FamilyIndex extends Page { | @@ -342,7 +338,7 @@ class FamilyIndex extends Page { | ||
342 | }, true); | 338 | }, true); |
343 | } | 339 | } |
344 | 340 | ||
345 | - if (isLogin && !isNoOpen) { | 341 | + if (isLogin && !isNoOpen && appType !== 'yohobuy') { |
346 | this.selector.$diaC.append(this.view.vipDetailInfo(this.vipInfo[appType])); | 342 | this.selector.$diaC.append(this.view.vipDetailInfo(this.vipInfo[appType])); |
347 | 343 | ||
348 | $('.vip-detail').addClass(appType); | 344 | $('.vip-detail').addClass(appType); |
-
Please register or login to post a comment