作者 李洪娟

修改

... ... @@ -319,7 +319,6 @@
<script>
$(".inter_img").click(function(){
$(".sendwrapper").css("display","block");
})
$(".sendwrapper").click(function(){
$(this).css("display","none")
... ... @@ -329,7 +328,6 @@
window.event.stopPropagation()
$(".sendwrapper").css("display","none");
$(".passwordwrap").css("display","block")
})
$(".icon-quxiao").click(function(){
window.event.stopPropagation()
... ... @@ -380,16 +378,12 @@
}else{
console.log($(this).val());
arr.push($(this).val());
var next = this.index + 1;
if(next > txts.length - 1) return;
txts[next].removeAttribute("readonly");
txts[next].focus();
}
}
if(t.index==5){
t.onkeyup=function(){
arr.push($(this).val())
... ...