作者 郭鑫

1111

... ... @@ -181,21 +181,22 @@
preload: 'visible'
});
$("#home-slider").show();
setInterval(function(){
console.log(1);
$.ajax({
url:"{:url('checkStatus')}",
type:"POST",
data:{
order_sn:123123123123
},
dataType:"JSON",
success:function(res){
console.log(res);
}
})
},1000)
});
setInterval(function(){
$.ajax({
url:"{:url('checkStatus')}",
type:"POST",
data:{
order_sn:123123123123
},
dataType:"JSON",
success:function(res){
console.log(res);
}
})
},1000)
</script>
<hook name="before_body_end"/>
</body>
... ...