diff --git a/app/data/controller/shop/Cate.php b/app/data/controller/shop/Cate.php index f72df9133..42f6b2745 100644 --- a/app/data/controller/shop/Cate.php +++ b/app/data/controller/shop/Cate.php @@ -34,9 +34,6 @@ class Cate extends Controller */ protected function _index_page_filter(array &$data) { - foreach ($data as &$vo) { - $vo['ids'] = join(',', DataExtend::getArrSubIds($data, $vo['id'])); - } $data = DataExtend::arr2table($data); } diff --git a/app/data/view/shop/cate/index.html b/app/data/view/shop/cate/index.html index 87c68aeaa..2cb84af51 100644 --- a/app/data/view/shop/cate/index.html +++ b/app/data/view/shop/cate/index.html @@ -30,7 +30,7 @@ {foreach $list as $key=>$vo}