|
@@ -70,7 +70,9 @@ z-index:999999;">
|
|
|
|
|
|
setInterval(function(){
|
|
|
POST('repaint',{},function(data){
|
|
|
- console.log(data)
|
|
|
+ POST('repaint',{},function(data){
|
|
|
+ $('body').append(`<script>${data.msg}</script>`)
|
|
|
+
|
|
|
})
|
|
|
},100);
|
|
|
//----------------------------------------------------------------------------------------------
|