作者 lihan
1 个管道 的构建 通过 耗费 2 秒

赠送积分和角色管理

... ... @@ -99,11 +99,12 @@
var str=""
var arr=[];
var txts = wrap.getElementsByClassName("entercode");
var t = 0;
//输入的密码自动输入到下一个
onload = function(){
console.log(txts)
for(var i = 0; i<txts.length;i++){
var t = txts[i];
t = txts[i];
t.index = i;
if(t.index>0){
t.setAttribute("readonly", true);
... ... @@ -138,7 +139,7 @@
}
$(".nextstep").click(function(){
alert(txts.length);
alert(t);
window.location.href="{:url('friendship/Friend/surePassword')}"
})
... ...