去除频道页custom_brands模板类型添加的gender参数
Code Review By Rock Zhang
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -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']; |
-
Please register or login to post a comment