|
|
@@ -1663,8 +1663,8 @@ class User extends BaseController
|
|
1663
|
1663
|
"level_id" => $v['level_id'],
|
|
1664
|
1664
|
"nickname" => $v['nickname'],
|
|
1665
|
1665
|
"avatar" => $v['avatar'],
|
|
1666
|
|
- "pv" => $v['pv'],
|
|
1667
|
|
- "total_performance" => $v['total_pv'],
|
|
|
1666
|
+ "pv" =>round( $v['pv'],2),
|
|
|
1667
|
+ "total_performance" => round($v['total_pv'],2),
|
|
1668
|
1668
|
"create_time" => $v['create_time'],
|
|
1669
|
1669
|
'team_count' => $v['team_count'],
|
|
1670
|
1670
|
'new_performance' => $new_performance_child
|
|
|
@@ -1677,8 +1677,8 @@ class User extends BaseController
|
|
1677
|
1677
|
"level_id" => $v['level_id'],
|
|
1678
|
1678
|
"nickname" => $v['nickname'],
|
|
1679
|
1679
|
"avatar" => $v['avatar'],
|
|
1680
|
|
- "pv" => $v['pv'],
|
|
1681
|
|
- "total_performance" => $v['total_pv'],
|
|
|
1680
|
+ "pv" => round($v['pv'],2),
|
|
|
1681
|
+ "total_performance" => round($v['total_pv'],2),
|
|
1682
|
1682
|
"create_time" => $v['create_time'],
|
|
1683
|
1683
|
'team_count' => $v['team_count'],
|
|
1684
|
1684
|
'new_performance' => $new_performance_child
|
|
|
@@ -1752,8 +1752,8 @@ class User extends BaseController
|
|
1752
|
1752
|
"level_id" => $v['level_id'],
|
|
1753
|
1753
|
"nickname" => $v['nickname'],
|
|
1754
|
1754
|
"avatar" => $v['avatar'],
|
|
1755
|
|
- "pv" => $v['pv'],
|
|
1756
|
|
- "total_performance" => $v['total_pv'],
|
|
|
1755
|
+ "pv" => round($v['pv'],2),
|
|
|
1756
|
+ "total_performance" => round($v['total_pv'], 2),
|
|
1757
|
1757
|
"create_time" => $v['create_time'],
|
|
1758
|
1758
|
'team_count'=> $v['team_count'],
|
|
1759
|
1759
|
'new_performance' => $new_performance_child
|