Files
wnmj/GonghuiWeb/www/m/user/zx.tpl

34 lines
614 B
Smarty
Raw Normal View History

2026-02-24 09:25:17 +08:00
<!--{include file='top.tpl'}-->
<style>
.nr_nr {line-height:18px;}
</style>
<div id=in>
<div id="zxsj"></div>
<div id="zxnr"></div>
</div>
<script>
function load(){
$("#zxsj").html("ִ<><D6B4><EFBFBD>У<EFBFBD><D0A3><EFBFBD><EFBFBD>Ժ<EFBFBD>");
$.get("zx.php?js=js", function(result){
$("#zxnr").html(result);
times();
});
}
var wait = 10;
function times(){
if (wait == 0) {
load();
wait = 10;
} else {
wait--;
$("#zxsj").html(" (" + wait + ") <20><><EFBFBD><EFBFBD>ִ<EFBFBD><D6B4>");
setTimeout(function(){
times();
},1000);
}
}
times();
</script>
<!--{include file='bottom.tpl'}-->
</body>
</html>