temp_602_2

This commit is contained in:
dengbw
2022-06-02 17:29:06 +08:00
parent b0f72e8cbb
commit b251602e23
+1 -1
View File
@@ -64,7 +64,7 @@ class Temp extends HD_Controller
$log && print_r($log);
echo '<br><br>数据库获取:';
echo json_encode($res, JSON_UNESCAPED_UNICODE);
//header('refresh:3;url=/plan/temp/customers_wxqy?counts=' . $counts . '&size=' . $param['size'] . '&page=' . ($param['page'] + 1));
header('refresh:3;url=/plan/temp/customers_wxqy?counts=' . $counts . '&size=' . $param['size'] . '&page=' . ($param['page'] + 1));
ob_end_flush();//输出全部内容到浏览器
}