...
|
...
|
@@ -9,9 +9,6 @@ use Plugin\Helpers; |
|
|
*/
|
|
|
class FloorProcess
|
|
|
{
|
|
|
|
|
|
private static $guangUrl = 'http://guang.m.yohobuy.com';
|
|
|
|
|
|
/**
|
|
|
* 频道参数
|
|
|
*
|
...
|
...
|
@@ -208,7 +205,7 @@ class FloorProcess |
|
|
unset($data['title']);
|
|
|
foreach ($data['list'] as &$one) {
|
|
|
if (isset($one['url'])) {
|
|
|
$one['url'] = Helpers::getFilterUrl($one['url']);
|
|
|
$one['url'] = Helpers::getFilterUrl($one['url']).'?gender='.self::$channel[$type];
|
|
|
}
|
|
|
$one['img'] = Helpers::getImageUrl($one['src'], 158, 174);
|
|
|
unset($one['src']);
|
...
|
...
|
|