zhouna 4 年之前
父节点
当前提交
5114187009
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/js/index.js

+ 3 - 1
src/js/index.js

@@ -459,7 +459,9 @@ $("#changeWord").click(function(e){
     time:'1000',
     sureText:'保存',
     message:modalDom});
-    $(".alertModal .tips").hide();
+    if (passwordComplexity==='null'){
+        $(".alertModal .tips").hide();
+    }
     bindModalEvent();
   $(".userAction").hide();
 })