hien thi anh mau moi nhat
This commit is contained in:
parent
6d87d47d68
commit
92541936d1
|
@ -95,7 +95,7 @@ class CaptureLogsGrid {
|
|||
if ($staff) {
|
||||
$images = json_decode($staff->image, true);
|
||||
if (count($images) > 0)
|
||||
return Html::img("/data/uploads/face/" . $images[0]['url'], [
|
||||
return Html::img("/data/uploads/face/" . $images[count($images) - 1]['url'], [
|
||||
"class" => "img-thumbnail",
|
||||
"style" => "width: 150px;height:150px;"
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue
Block a user