|
|
@@ -1520,7 +1520,7 @@ HTML;
|
|
|
$lack = [
|
|
|
'today' => $integralService->getLake('today'),
|
|
|
'yesterday' => $integralService->getLake('yesterday'),
|
|
|
- 'today_ratio' => $user_today_ratio,
|
|
|
+ 'today_ratio' => $this->countRate($integralService->getLake('today'), $integralService->getLake('yesterday')),
|
|
|
// 'week' => $this_week_user,
|
|
|
// 'last_week' => $last_week_user,
|
|
|
// 'week_ratio' => $user_week_ratio,
|
|
|
@@ -1533,12 +1533,12 @@ HTML;
|
|
|
$info[1]['title'] = '用户访问量';
|
|
|
$info[2]['title'] = '订单量';
|
|
|
$info[3]['title'] = '新增用户';
|
|
|
- $info[3]['title'] = '资金池';
|
|
|
+ $info[4]['title'] = '资金池';
|
|
|
$info[0]['total_name'] = '本月销售额';
|
|
|
$info[1]['total_name'] = '本月访问量';
|
|
|
$info[2]['total_name'] = '本月订单量';
|
|
|
$info[3]['total_name'] = '本月新增用户';
|
|
|
- $info[3]['total_name'] = '资金池累计';
|
|
|
+ $info[4]['total_name'] = '资金池累计';
|
|
|
return $info;
|
|
|
}
|
|
|
|