...
|
...
|
@@ -323,10 +323,6 @@ 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;
|
...
|
...
|
@@ -342,7 +338,7 @@ class FamilyIndex extends Page { |
|
|
}, true);
|
|
|
}
|
|
|
|
|
|
if (isLogin && !isNoOpen) {
|
|
|
if (isLogin && !isNoOpen && appType !== 'yohobuy') {
|
|
|
this.selector.$diaC.append(this.view.vipDetailInfo(this.vipInfo[appType]));
|
|
|
|
|
|
$('.vip-detail').addClass(appType);
|
...
|
...
|
|