...
|
...
|
@@ -202,6 +202,10 @@ class HomeModel |
|
|
'order' => 's_t_desc',
|
|
|
'shelve_time' => strtotime("-60 days") . ',' . time()
|
|
|
);
|
|
|
//女首频道最新上架参数是gender=2,3
|
|
|
if($channel == self::COOKIE_NAME_GIRLS) {
|
|
|
$params['gender'] = '2,3';
|
|
|
}
|
|
|
// 最新上架分类
|
|
|
if (isset(ChannelConfig::$newArrivalSortList[$channel])) {
|
|
|
$sortList = ChannelConfig::$newArrivalSortList[$channel];
|
...
|
...
|
|