From 60f982e31516f768a7a1a92effd5a2254f991100 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Fri, 1 Jun 2018 09:29:29 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=AD=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/templates/system/user/profile/resetPwd.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/system/user/profile/resetPwd.html b/src/main/resources/templates/system/user/profile/resetPwd.html
index e939de0c..b7cfac48 100644
--- a/src/main/resources/templates/system/user/profile/resetPwd.html
+++ b/src/main/resources/templates/system/user/profile/resetPwd.html
@@ -103,7 +103,7 @@
 							window.parent.location.reload();
 						});
 					} else {
-						parent.layer.alert(data.m , {icon: 2,title:"系统提示"});
+						parent.layer.alert(data.msg , {icon: 2,title:"系统提示"});
 					}
 				}
 			});