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