From 6f2ef23c7b079b6bbe1577dae5f3e116400ef6f4 Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Wed, 4 Dec 2019 13:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/View/User/forget.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Mobile/View/User/forget.html b/Application/Mobile/View/User/forget.html index bc6116c9c..96be5cbae 100644 --- a/Application/Mobile/View/User/forget.html +++ b/Application/Mobile/View/User/forget.html @@ -131,7 +131,7 @@ window.location.href = result.url; }, 2000); } else { - pmsg.msg(result.msg); + pmsg.msg(result.info ? result.info : result.msg); } }, error:function(){