Authored by Rock Zhang

去除搜索列表页顶部的打印信息

... ... @@ -91,7 +91,6 @@ class IndexController extends AbstractAction
if (!$condition) {
$condition = array();
}
print_r($condition);
$goodList = $condition;
$goodList['cartUrl'] = Helpers::url('/cart/index/index', null);
... ...