From 7e98f2c396d7a0efeed1eaa58b46a9cfe9d1a3d4 Mon Sep 17 00:00:00 2001 From: Minho Date: Mon, 5 Feb 2018 09:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B6=85=E7=BA=A7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E6=97=A0=E6=B3=95=E4=BF=AE=E6=94=B9=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=9C=9F=E5=AE=9E=E5=A7=93=E5=90=8D=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/manager.go | 1 + views/manager/edit_users.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/manager.go b/controllers/manager.go index 08d98136..1739c2fe 100644 --- a/controllers/manager.go +++ b/controllers/manager.go @@ -212,6 +212,7 @@ func (c *ManagerController) EditMember() { member.Email = email member.Phone = phone member.Description = description + member.RealName = c.GetString("real_name") if password1 != "" && password2 != password1 { c.JsonResult(6001, "确认密码不正确") } diff --git a/views/manager/edit_users.tpl b/views/manager/edit_users.tpl index e90ffb0d..1e7f48cb 100644 --- a/views/manager/edit_users.tpl +++ b/views/manager/edit_users.tpl @@ -47,7 +47,7 @@
- +