1
This commit is contained in:
parent
85901d567a
commit
ec61d9f753
@ -229,7 +229,8 @@ class OutAppCircuitController extends BaseController {
|
|||||||
'skin_id' => $skinId,
|
'skin_id' => $skinId,
|
||||||
'ranking' => $ranking,
|
'ranking' => $ranking,
|
||||||
'weight' => $rewardWeight,
|
'weight' => $rewardWeight,
|
||||||
'score' => $row['cumulative_score'],
|
#'score' => $row['cumulative_score'],
|
||||||
|
'score' => number_format($row['cumulative_score'], 2, '.', ''),
|
||||||
'score_boost' => number_format($row['score_boost'], 2, '.', ''),
|
'score_boost' => number_format($row['score_boost'], 2, '.', ''),
|
||||||
);
|
);
|
||||||
array_push($rankingList,$info);
|
array_push($rankingList,$info);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user