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

---
 public/themes/simpleboot3/friendship/enter_password.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/themes/simpleboot3/friendship/enter_password.html b/public/themes/simpleboot3/friendship/enter_password.html
index b0071b5..9d2d42b 100644
--- a/public/themes/simpleboot3/friendship/enter_password.html
+++ b/public/themes/simpleboot3/friendship/enter_password.html
@@ -99,7 +99,7 @@
     var str=""
     var arr=[];
     var txts = wrap.getElementsByClassName("entercode");
-    var t = 0;
+    var t = '';
     //输入的密码自动输入到下一个
     onload = function(){
         console.log(txts)
@@ -139,7 +139,7 @@
     }
 
     $(".nextstep").click(function(){
-        alert(t);
+        alert(t.index);
         window.location.href="{:url('friendship/Friend/surePassword')}"
     })
 
--
libgit2 0.24.0