Pre Merge pull request !35 from coffee/N/A

This commit is contained in:
coffee 2022-09-07 02:41:45 +00:00 committed by Gitee
commit f3d954c9ca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -77,7 +77,20 @@ class Index extends Controller
}
}
}
/**
* 表单数据处理
* @param array $data
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException
*/
protected function _form_filter(array &$data)
{
if ($this->request->isPost()) {
unset($data['username']);
unset($data['authorize']);
}
}
/**
* 修改用户资料
* @login true