Parcourir la source

更新 'login_html.js'

WXT往昔 il y a 2 ans
Parent
commit
195e924652
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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);
 //----------------------------------------------------------------------------------------------