1.提交缺失的东西

This commit is contained in:
2025-05-23 17:45:31 +08:00
parent 225e588ad7
commit eb79eb2fbe

View File

@ -84,7 +84,7 @@ class GoodsLists extends BaseAdminDataLists implements ListsSearchInterface
->toArray(); ->toArray();
$arr = array(); $arr = array();
foreach($r as $key=>$value){ foreach($r as $key=>$value){
$arr[] = $value['url']; $arr[] = $value['uri'];
} }
$item['goods_image'] = $arr; $item['goods_image'] = $arr;
} }