Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment