zhouna 4 năm trước cách đây
mục cha
commit
5114187009
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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();
 })