Authored by whb

index.js index.css

@@ -1747,6 +1747,10 @@ function actionVipInfo(_data) { @@ -1747,6 +1747,10 @@ function actionVipInfo(_data) {
1747 if (typeof vipInfo === undefined || vipInfo.length < 1) { 1747 if (typeof vipInfo === undefined || vipInfo.length < 1) {
1748 return false; 1748 return false;
1749 } 1749 }
  1750 + if (vipInfo.vip.curVipInfo.curLevel === '3') {
  1751 + vipInfo.vip3 = true;
  1752 + }
  1753 +
1750 $('#myYohoBox').mouseenter(function() { 1754 $('#myYohoBox').mouseenter(function() {
1751 $(this).addClass('acttags'); 1755 $(this).addClass('acttags');
1752 $('#myYohoBox .myyoho-info').show().html(vipInfoCombine(vipInfo)); 1756 $('#myYohoBox .myyoho-info').show().html(vipInfoCombine(vipInfo));
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.