...
|
...
|
@@ -379,7 +379,7 @@ class ListModel |
|
|
public static function introData(&$data)
|
|
|
{
|
|
|
$imgArray = explode("?", $data['shop_logo']);
|
|
|
$data['shop_logo'] = $imgArray[0] . '?imageMogr2/thumbnail/400x172/extent/400x172/background/d2hpdGU=/position/center';
|
|
|
$data['shop_logo'] = str_replace('http:', '', $imgArray[0]) . '?imageMogr2/thumbnail/400x172/extent/400x172/background/d2hpdGU=/position/center';
|
|
|
return $data;
|
|
|
}
|
|
|
|
...
|
...
|
|