点击弹窗后再刷新html页面当alert弹出框点击确定以后,再让页面重新加载一下
具体的代码如下:
<script type="text/javascript">
  alert("签到成功");
window.location.reload(); 

</script>

相关文章: