Authored by Rock Zhang

修复品类列表中一级分类中链接错误的bug

... ... @@ -59,7 +59,7 @@ class ClassModel
'id' => $item['id'],
'url' => Helpers::url('/', array(
'sort' => $item['id'],
'sort_name' => $item['name'], 'list'))
'sort_name' => $item['name']), 'list')
);
$subitem = array();
... ...