Authored by Rock Zhang

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

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