getList($this->postData()); $words = SettingModel::getItem('words'); return $this->renderSuccess('', compact('list', 'words')); } /** *分会详情 */ public function detail($branch_id) { $detail = Branch::detail($branch_id); return $this->renderSuccess('', compact('detail')); } }