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