@@ -65,7 +65,7 @@ class GhsController extends BaseController
$hb = RechargeHbClass::getByCondition(['shopId' => $ghsShopId, 'delStatus' => 0], true, 'totalHb DESC');
$ghs['hasRechargeHbAmount'] = $hb->totalHb ?? 0;
- $map = CustomClass::$levelMap;
+ $map = CustomClass::$nickNameMap;
$giveLevel = $ghs['giveLevel'] ?? 0;
$ghs['giveLevelName'] = $map[$giveLevel] ?? '';