前端
This commit is contained in:
commit
7b3962308b
@ -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'],
|
||||||
|
Loading…
Reference in New Issue
Block a user