修复
This commit is contained in:
parent
dd7bc802ff
commit
e5eb9ad40e
@ -1257,7 +1257,7 @@ class ProductRepository extends BaseRepository
|
||||
if(is_Array($content) && isset($content['image'])){
|
||||
$img='<p>';
|
||||
foreach($content['image'] as $k=>$v){
|
||||
$img =$img. '<img src='.$v.'/>';
|
||||
$img =$img. '<img src="'.$v.'"/>';
|
||||
}
|
||||
$res['content']['content']=$img.'</p>';
|
||||
|
||||
@ -1265,7 +1265,7 @@ class ProductRepository extends BaseRepository
|
||||
$image= $content->image??[];
|
||||
$img='<p>';
|
||||
foreach($image as $k=>$v){
|
||||
$img =$img. '<img src='.$v.'/>';
|
||||
$img =$img. '<img src="'.$v.'"/>';
|
||||
}
|
||||
$res['content']['content']=$img.'</p>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user