diff --git a/act/heartSaveProcess/index.html b/act/heartSaveProcess/index.html index 39ace0dc9a..27f81c84c1 100644 --- a/act/heartSaveProcess/index.html +++ b/act/heartSaveProcess/index.html @@ -318,7 +318,7 @@ let data = []; // handleElements() - const id = location.search.replace("?","").split("=")[1] + const id = JSON.parse(sessionStorage.tasksData).myshixun.identifier axios.get("https://data.educoder.net/api/myshixuns/"+ id +"/challenges.json", { withCredentials: true }).then(function (res) { diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000000..21c5969423 Binary files /dev/null and b/images/logo.png differ diff --git a/p__Classrooms__Lists__Attachment__index.async.js b/p__Classrooms__Lists__Attachment__index.async.js index 9e261cd81d..d7649bbd67 100644 --- a/p__Classrooms__Lists__Attachment__index.async.js +++ b/p__Classrooms__Lists__Attachment__index.async.js @@ -2185,12 +2185,11 @@ var Config_SetPublic = function SetPublic(_ref) { } }, { title: '操作', - dataIndex: 'cz', width: 60, render: function render(text, item, i) { return /*#__PURE__*/(0,jsx_runtime.jsx)("span", { onClick: function onClick() { - return deleteFlies(text === null || text === void 0 ? void 0 : text.id, i); + return deleteFlies(item === null || item === void 0 ? void 0 : item.id, i); }, className: "c-red current", children: "\u5220\u9664" diff --git a/upgrade-browser.html b/upgrade-browser.html index 31e149a48c..b075a90a07 100644 --- a/upgrade-browser.html +++ b/upgrade-browser.html @@ -102,7 +102,7 @@
- +
浏览器版本过低,请立即升级