ing(0); $cateparent = 0;if($cid): $_cid = $cid; $_categorymodel = new \app\index\model\CategoryModel(); $_infodata = $_categorymodel->getCatlist($_cid, "parent", 1, "10"); $_catlist = json_decode($_infodata, true); foreach($_catlist as $autoindex => $catlist): $cateparent = $catlist['pid'] != 0 ? $catlist['pid'] : $cateparent ;endforeach;endif; $navpid = $cateparent ? $cateparent : $cid;?>