1.提交缺失的东西
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user