Authored by yangyang

save

@@ -101,7 +101,6 @@ class ShopModel @@ -101,7 +101,6 @@ class ShopModel
101 array('href'=> '', 'name' => $data['brandIntro']['brandName'], 'title' => $data['brandIntro']['brandName']) 101 array('href'=> '', 'name' => $data['brandIntro']['brandName'], 'title' => $data['brandIntro']['brandName'])
102 ) 102 )
103 ); 103 );
104 - //print_r($result['opts']);  
105 $sort = self::getSort($res['sort'], $parameters['options']['misort'], $shopId); 104 $sort = self::getSort($res['sort'], $parameters['options']['misort'], $shopId);
106 $searchCondition['userInput'] = empty($searchCondition['userInput']) ? array() : $searchCondition['userInput']; 105 $searchCondition['userInput'] = empty($searchCondition['userInput']) ? array() : $searchCondition['userInput'];
107 $param = array_merge($searchCondition['userInput'], array('navBar' => 1)); 106 $param = array_merge($searchCondition['userInput'], array('navBar' => 1));