Browse Source

test this point

night-cherry 1 month ago
parent
commit
ae7eac6a51
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.js

+ 2 - 2
index.js

@@ -86,7 +86,7 @@ const app=createApp({
     interface_web(){
       console.log("---------tomcat server----------");
       console.log("this.tomcat_res : "+this.tomcat_res);
-      console.log("------this : "+this);
+      // console.log("------this : "+this);
       const request = new XMLHttpRequest();
       request.onload=function(){
         console.log("--------parse tomcat server string--------");
@@ -102,7 +102,7 @@ const app=createApp({
         console.log("res[1][\"author\"] :"+res[1]["author"]);
         console.log("this.tomcat_res : "+this.tomcat_res);
         alert("this.tomcat_res : "+this.tomcat_res);
-        console.log("------this : "+this);
+        // console.log("------this : "+this);
         console.log("this.tomcat_res : "+this.tomcat_res);
       };
       request.open("POST","http://ancientapes.cc:8080/mineluxuries/book");