data['categoryId'] = $categoryId; $this->setSeo($this->system['seo_title'], $this->system['seo_keywords'], $this->system['seo_description']); $this->data['blocks'] = Block::getByCategoryId($categoryId); $this->category_id=$this->request->param("category_id/d"); } //关于我们 public function aboutUs(){ $Block=["key1"=>"","key2"=>""]; $Block["key1"]=Block::getByKeyword(1,$this->category_id); $Block["key2"]=Block::getByKeyword(2,$this->category_id); dump($Block); View::assign($Block); return $this->view(); } }