正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -99,7 +99,7 @@ | @@ -99,7 +99,7 @@ | ||
99 | var str="" | 99 | var str="" |
100 | var arr=[]; | 100 | var arr=[]; |
101 | var txts = wrap.getElementsByClassName("entercode"); | 101 | var txts = wrap.getElementsByClassName("entercode"); |
102 | - var t = 0; | 102 | + var t = ''; |
103 | //输入的密码自动输入到下一个 | 103 | //输入的密码自动输入到下一个 |
104 | onload = function(){ | 104 | onload = function(){ |
105 | console.log(txts) | 105 | console.log(txts) |
@@ -139,7 +139,7 @@ | @@ -139,7 +139,7 @@ | ||
139 | } | 139 | } |
140 | 140 | ||
141 | $(".nextstep").click(function(){ | 141 | $(".nextstep").click(function(){ |
142 | - alert(t); | 142 | + alert(t.index); |
143 | window.location.href="{:url('friendship/Friend/surePassword')}" | 143 | window.location.href="{:url('friendship/Friend/surePassword')}" |
144 | }) | 144 | }) |
145 | 145 |
-
请 注册 或 登录 后发表评论