service = new GongdengOrderModel(); $this->fxService = new GongdengFoxiangService(); $this->mealService = new LampMealsService(); } /** * 佛像列表 * @return mixed */ public function fxList(){ return $this->fxService->getList(); } /** * 套餐列表 * @return mixed */ public function mealList(){ return $this->mealService->getList(); } /** * 功德榜记录 * @return mixed */ public function gdList(){ return $this->service->getList(); } }