@@ -102,7 +102,7 @@
$imgpath =explode(",", $one['imgpath']);
foreach ($imgpath as $img) {
if($img){
- echo "<img class='pimg' src='https://img.queenabby.com/media/review".$img."'>";
+ echo "<img class='pimg' src='".Yii::$service->image->getImgUrl('media/review'.$img)."'>";
}
@@ -133,7 +133,7 @@
@@ -92,7 +92,7 @@