getList(false); $model = new RecordModel; $list = $model->getList([],$shop_id); return View::fetch('index', compact('list','category','shop_id')); } }