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