Authored by zhangxiaoru

会员价格

@@ -639,7 +639,7 @@ const _detailDataPkg = (origin, uid, vipLevel, ua) => { @@ -639,7 +639,7 @@ const _detailDataPkg = (origin, uid, vipLevel, ua) => {
639 vipList.push({ 639 vipList.push({
640 level: levelList[value.caption], 640 level: levelList[value.caption],
641 text: value.price, 641 text: value.price,
642 - currentLevel: (value.vipLevel === vipLevel) 642 + currentLevel: (levelList[value.caption] === parseInt(vipLevel, 10))
643 }); 643 });
644 }); 644 });
645 645