From 63ce20c0fc4555add4bc87ddcbf3c77a78cf6ac8 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Mon, 18 Oct 2021 18:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index d65df4c..d332104 100644 --- a/index.html +++ b/index.html @@ -113,9 +113,7 @@ var that = this fetch(`https://www.tall.wiki/gateway/sports/training/get`, { method: 'post', - body:JSON.stringify({ - 'projectId' : this.projectId - }) + body: 'projectId' = this.projectId }) .then(function(response) { return response.json();