From c49bded080144fd34457fdd097fed98366a0c184 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 27 Oct 2022 15:05:22 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=20=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/my/password.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/password.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/password.vue index e3ca88e12..5bfb422b5 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/password.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/password.vue @@ -41,8 +41,8 @@ export default { const success = await this.HTTP_POST( 'learun/adms/user/modifypw', { - newpassword: this.MD5(newPwd), - oldpassword: this.MD5(oldPwd) + newpassword: this.md5(newPwd), + oldpassword: this.md5(oldPwd) }, '未能成功修改密码' )