1
This commit is contained in:
parent
f005f503a6
commit
6338752291
@ -222,7 +222,8 @@ class RoleController{
|
|||||||
'vip_score' => 0,
|
'vip_score' => 0,
|
||||||
'coin_times' => 0,
|
'coin_times' => 0,
|
||||||
'newInfo' => '',
|
'newInfo' => '',
|
||||||
'first_day_ad' => 0
|
'first_day_ad' => 0,
|
||||||
|
'integral' => 0,
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
if ($avatar_url != '') {
|
if ($avatar_url != '') {
|
||||||
@ -313,7 +314,8 @@ class RoleController{
|
|||||||
'newhand' => $row['newhand'],
|
'newhand' => $row['newhand'],
|
||||||
'coin_times' => $coin_times,
|
'coin_times' => $coin_times,
|
||||||
'newInfo' => $row['newInfo'],
|
'newInfo' => $row['newInfo'],
|
||||||
'first_day_ad' => $first_day_ad
|
'first_day_ad' => 0,
|
||||||
|
'integral' => $row['integral']
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user