Commit 3d44095b authored by 刘丹's avatar 刘丹

注册

parent 0bf12867
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</a> </a>
</div> </div>
<div class="div-conform"> <div class="div-conform">
<a href="javascript:;" class="conform" onclick="sends.conform();">提交</a> <a class="conform" onclick="sends.conform();">提交</a>
</div> </div>
</ul> </ul>
</div> </div>
......
...@@ -80,6 +80,7 @@ var sends = { ...@@ -80,6 +80,7 @@ var sends = {
} }
$('.div-ranks a').html("剩余"+time+"S"); $('.div-ranks a').html("剩余"+time+"S");
$(".error").hide();
time--; time--;
sends.checked = 0; sends.checked = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment