From a0654f2c21511a0e16b977427a563a3ccdfd1fba Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 14 三月 2023 15:34:06 +0800
Subject: [PATCH] 搜索bug

---
 src/views/my-components/xboot/set-password.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/my-components/xboot/set-password.vue b/src/views/my-components/xboot/set-password.vue
index 8abbd27..10c6612 100644
--- a/src/views/my-components/xboot/set-password.vue
+++ b/src/views/my-components/xboot/set-password.vue
@@ -20,7 +20,7 @@
           hide-info
           style="margin: 13px 0;"
         />
-        <br />璇疯嚦灏戣緭鍏� 6 涓瓧绗︺�傝涓嶈浣�
+        <br />璇疯嚦灏戣緭鍏� 8 涓瓧绗︺�傝涓嶈浣�
         <br />鐢ㄥ鏄撹鐚滃埌鐨勫瘑鐮併��
       </div>
     </Poptip>
@@ -76,7 +76,7 @@
       if (/\W/.test(v)) {
         grade++; //鐗规畩瀛楃
       }
-      if (v.length >= 10) {
+      if (v.length >= 8) {
         grade++;
       }
       this.grade = grade;

--
Gitblit v1.9.1