浏览代码

tomcat_res

night-cherry 1 月之前
父节点
当前提交
57d78d5c7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -95,7 +95,7 @@ const app=createApp({
       console.log("res.message:"+res.message);
       console.log("res:"+res);
       console.log("res[\"message\"]:"+res["message"]);
-      console.log("tomcat_res"+tomcat_res);
+      console.log("tomcat_res"+this.tomcat_res);
     };
     request.open("POST","http://ancientapes.cc:8080/mineluxuries/book");
     request.send("test tomcat");