@@ -44,6 +44,9 @@ class Agreement extends BaseController
/*详情*/
public function detailContent($id){
+ if ($id != 13) {
+ return '';
+ }
return $this->repository->getDetailContent($id);
}