diff --git a/public/themes/simpleboot3/friendship/enter_password.html b/public/themes/simpleboot3/friendship/enter_password.html
index cf736bb..347dd56 100644
--- a/public/themes/simpleboot3/friendship/enter_password.html
+++ b/public/themes/simpleboot3/friendship/enter_password.html
@@ -106,8 +106,6 @@
     //输入的密码自动输入到下一个
     onload = function(){
         console.log(txts);
-
-
         for(var i = 0; i<txts.length;i++){
             t = txts[i];
             t.index = i;
@@ -138,7 +136,6 @@
                     console.log(str)
                 }
             }
-
         }
         txts[0].removeAttribute("readonly");
     }