|
@@ -651,6 +651,7 @@ class User extends Backend
|
|
|
}
|
|
}
|
|
|
if ($this->request->isPost()) {
|
|
if ($this->request->isPost()) {
|
|
|
$params = $this->request->post("row/a");
|
|
$params = $this->request->post("row/a");
|
|
|
|
|
+ var_dump($params);
|
|
|
if(empty($params['nickname']))
|
|
if(empty($params['nickname']))
|
|
|
{
|
|
{
|
|
|
$this->error("昵称不能为空");
|
|
$this->error("昵称不能为空");
|