This commit is contained in:
aozhiwei 2020-06-22 11:00:15 +08:00
parent f005f503a6
commit 6338752291

View File

@ -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']
));
}
}