change path image

This commit is contained in:
2020-12-04 11:52:16 +07:00
parent df39cdf602
commit 0c9bbd3314
4 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ class ListManagementGrid {
"data-id" => $model->id,
"data-href" => Url::to(["/list-management/delete-feature"])
]);
$return[] = "<div class='feature-img'>" . Html::img("/BiFace/data/uploads/face/" . $value['url'], [
$return[] = "<div class='feature-img'>" . Html::img("/data/uploads/face/" . $value['url'], [
"class" => "img-thumbnail",
"style" => "width: 100px;height:100px;"
]) . $removeBtn . "</div>";