Authored by Rock Zhang

去除频道页custom_brands模板类型添加的gender参数

Code Review By Rock Zhang
... ... @@ -427,9 +427,9 @@ class FloorProcess
{
// URL附加参数
$param = '';
if (isset(self::$channel[$type])) {
/*if (isset(self::$channel[$type])) {
$param = '/?gender=' . self::$channel[$type];
}
}*/
$result = array();
$result['hotBrandsScroll']['name'] = $data['title']['title'];
... ...