This commit is contained in:
kf_wuhao 2021-03-04 17:38:21 +08:00
parent 82a562516d
commit 896517e655

View File

@ -337,7 +337,7 @@ if ($act == 'newevent') {
$gameName = $rs['game']; $gameName = $rs['game'];
$yanqi_history = json_decode($rs['yanqi_history'],true); $yanqi_history = json_decode($rs['yanqi_history'],true);
$isYanqi = $yanqi_history?end($yanqi_history)['isYanqi']:0; $isYanqi = $yanqi_history?$yanqi_history[0]['isYanqi']:0;
$row = array( $row = array(
'id' => $rs['id'], 'id' => $rs['id'],