From 0ddd76ce91272e75c69159f4b62cabfcfbe0d5a4 Mon Sep 17 00:00:00 2001
From: lihan <3398341942@qq.com>
Date: Thu, 8 Nov 2018 10:43:06 +0800
Subject: [PATCH] 赠送积分和角色管理

---
 public/themes/simpleboot3/friendship/enter_password.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/friendship/enter_password.html b/public/themes/simpleboot3/friendship/enter_password.html
index f1750c5..b194ac5 100644
--- a/public/themes/simpleboot3/friendship/enter_password.html
+++ b/public/themes/simpleboot3/friendship/enter_password.html
@@ -128,7 +128,7 @@
                 t.onkeyup=function(){
                     arr.push($(this).val())
                     console.log(arr);
-                    var str=arr[0]+arr[1]+arr[2]+arr[3]+arr[4]+arr[5];
+                    str=arr[0]+arr[1]+arr[2]+arr[3]+arr[4]+arr[5];
                     console.log(str)
                 }
             }
--
libgit2 0.24.0