dataLists(new GoodsLists()); } public function hotData(){ $result = GoodsLogic::getHotData(); return $this->data($result); } public function detail() { $id = $this->request->get('category_id/d'); $result = GoodsLogic::detail($id); return $this->data($result); } }