From 6d5c3dee0d97798f70bf965e48c3a782b3df9e7d Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期三, 10 七月 2024 10:48:25 +0800
Subject: [PATCH] Merge branch 'hwh' into Liudl

---
 HTML/views/set/user/password.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HTML/views/set/user/password.html b/HTML/views/set/user/password.html
index 2bd8871..46e1de5 100644
--- a/HTML/views/set/user/password.html
+++ b/HTML/views/set/user/password.html
@@ -77,7 +77,7 @@
               doing = false;
               sendData(IP + "/Basis/UptUserPassWord", param, 'get', function (res) {
                 console.log(res);
-                if (res.code == 0) { //鎴愬姛
+                if (res.code == 200) { //鎴愬姛
                   layer.msg(res.msg, {
                     icon: 1,
                     time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級

--
Gitblit v1.8.0