Skip to content

Commit

Permalink
fix magicblack#934 采集增加当前进度到title标签
Browse files Browse the repository at this point in the history
  • Loading branch information
magicblack committed Jul 14, 2022
1 parent 9375d42 commit 24d45c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/admin/controller/Collect.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ public function vod($param)

return $this->fetch('admin@collect/vod');
}

$page_now = isset($param['page']) && strlen($param['page']) > 0 ? (int)$param['page'] : 1;
mac_echo('<title>' . $page_now . '/' . (int)$res['page']['pagecount'] . ' collecting..</title>');
mac_echo('<style type="text/css">body{font-size:12px;color: #333333;line-height:21px;}span{font-weight:bold;color:#FF0000}</style>');
model('Collect')->vod_data($param,$res );

Expand Down

0 comments on commit 24d45c8

Please sign in to comment.