Browse Source

更新 'login_html.js'

WXT往昔 2 years ago
parent
commit
195e924652
1 changed files with 3 additions and 1 deletions
  1. 3 1
      login_html.js

+ 3 - 1
login_html.js

@@ -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);
 //----------------------------------------------------------------------------------------------