mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-12 18:41:05 +08:00
Compare commits
3 Commits
da56f560dc
...
308aa4ac4c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
308aa4ac4c | ||
|
|
1cbc5c1f6d | ||
|
|
9dd584d68b |
@ -94,7 +94,18 @@ class Index extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* 资料修改后处理
|
||||
* 资料修改表单处理
|
||||
* @param array $data
|
||||
*/
|
||||
protected function _info_form_filter(array &$data)
|
||||
{
|
||||
if ($this->request->isPost()) {
|
||||
unset($data['username'], $data['authorize']);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 资料修改结果处理
|
||||
* @param bool $status
|
||||
*/
|
||||
protected function _info_form_result(bool $status)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user