diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index e852ed0..ee0da13 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -222,7 +222,8 @@ class RoleController{ 'vip_score' => 0, 'coin_times' => 0, 'newInfo' => '', - 'first_day_ad' => 0 + 'first_day_ad' => 0, + 'integral' => 0, )); } else { if ($avatar_url != '') { @@ -313,7 +314,8 @@ class RoleController{ 'newhand' => $row['newhand'], 'coin_times' => $coin_times, 'newInfo' => $row['newInfo'], - 'first_day_ad' => $first_day_ad + 'first_day_ad' => 0, + 'integral' => $row['integral'] )); } }