修改落地页

master
ELF 5 years ago
parent bf5ad7aa85
commit ea15b6427c

@ -3083,7 +3083,7 @@ class ExportController extends Controller
$item['promote_name'] = $promoteName; $item['promote_name'] = $promoteName;
foreach ($dayList as $day) { foreach ($dayList as $day) {
if ($item['register_count'] > 0) { if ($item['register_count'] > 0) {
$item['retention_day'. $day] = round($item['retention_day'. $day]/$item['register_count'], 4)*100; $item['retention_day'. $day] = (round($item['retention_day'. $day]/$item['register_count'], 4)*100) . '%';
} else { } else {
$item['retention_day'. $day] = '--'; $item['retention_day'. $day] = '--';
} }

Loading…
Cancel
Save