diff --git a/yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php b/yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
index df98530..be4fd56 100644
--- a/yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
+++ b/yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
@@ -194,9 +194,9 @@ class IndexController extends AbstractAction
 
         if (isset($condition['gender'])) {
             $condition['gender'] = rawurldecode($condition['gender']);
-        } else {
+        }/* else {
             $condition['gender'] = Helpers::getGenderByCookie();
-        }
+        }*/
 
         $data = array();
         $data['goodListPage'] = true;