Browse Source

培训计划

tiaosheng-ms
xuesinan 4 years ago
parent
commit
63ce20c0fc
  1. 4
      index.html

4
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();

Loading…
Cancel
Save