作者 李涵
1 个管道 的构建 通过 耗费 1 秒

合并分支 'lilijuan' 到 'master'

Lilijuan



查看合并请求 !617
... ... @@ -352,10 +352,7 @@
}else {
alert(data.msg);
}
//清空数据
for (var i = 0; i < txts.length; i++) {
$(txts[i]).val("")
}
}
})
}
... ...
... ... @@ -370,7 +370,6 @@
}
})
$("#pwd").focus();
$('.password_box').on('click','li',function(){
$('#pwd').focus();
... ... @@ -421,10 +420,7 @@
}else {
alert(data.msg);
}
//清空数据
for (var i = 0; i < txts.length; i++) {
$(txts[i]).val("")
}
}
})
}
... ...