60p82u21t54k 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5383,7 +5383,7 @@ const modifyVipListResponse = (result) => {
5383
5383
  } else if (i < userVipLevelIndex) {
5384
5384
  c_deposit = item.deposit.total;
5385
5385
  c_turnover = item.turnover.total;
5386
- c_percentage = 1;
5386
+ c_percentage = 100;
5387
5387
  } else if (i > userVipLevelIndex) {
5388
5388
  c_deposit = "0.00";
5389
5389
  c_turnover = "0.00";