autoUpdataFile

dev_local_v9_brain_cloud_competitions
eduauto 1 year ago
parent 3f53ae5d7b
commit 457391706d

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.71f2fd9b.js"></script>
<script src="/react/build/umi.c46959ff.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -17691,7 +17691,7 @@ var InvitationGift_Grade = function Grade(_ref) {
//如果要保留文本格式,比如保留换行符,或者多行文本,可以使用 textarea 标签,再配和模板字符串 ` `
//const input = document.createElement('textarea')
// 将想要复制的值
input.value = "".concat(window.location.origin, "/competitions/detail/") + (params === null || params === void 0 ? void 0 : params.identifier);
input.value = tableData === null || tableData === void 0 ? void 0 : tableData.invite_url;
// 页面底部追加输入框
document.body.appendChild(input);
// 选中输入框
@ -17764,7 +17764,7 @@ var InvitationGift_Grade = function Grade(_ref) {
lineHeight: '45px',
paddingLeft: '20px'
},
children: ["\u4E13\u5C5E\u94FE\u63A5\uFF1A", tableData !== null && tableData !== void 0 && tableData.joined ? "".concat(window.location.origin, "/competitions/detail/").concat(params === null || params === void 0 ? void 0 : params.identifier) : '报名参赛后将获取专属邀请链接']
children: ["\u4E13\u5C5E\u94FE\u63A5\uFF1A", tableData !== null && tableData !== void 0 && tableData.joined ? "".concat(tableData === null || tableData === void 0 ? void 0 : tableData.invite_url) : '报名参赛后将获取专属邀请链接']
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: !(tableData !== null && tableData !== void 0 && tableData.joined) && '请先报名竞赛!',
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {

@ -136,7 +136,7 @@ var competitionsPage = function competitionsPage(_ref) {
//如果要保留文本格式,比如保留换行符,或者多行文本,可以使用 textarea 标签,再配和模板字符串 ` `
//const input = document.createElement('textarea')
// 将想要复制的值
input.value = "".concat(window.location.origin, "/competitions/detail/") + identifier;
input.value = tableData === null || tableData === void 0 ? void 0 : tableData.invite_url;
// 页面底部追加输入框
document.body.appendChild(input);
// 选中输入框
@ -839,7 +839,7 @@ var competitionsPage = function competitionsPage(_ref) {
lineHeight: '45px',
paddingLeft: '20px'
},
children: ["\u4E13\u5C5E\u94FE\u63A5\uFF1A", tableData !== null && tableData !== void 0 && tableData.joined ? "".concat(window.location.origin, "/competitions/detail/").concat(identifier) : '报名参赛后将获取专属邀请链接']
children: ["\u4E13\u5C5E\u94FE\u63A5\uFF1A", tableData !== null && tableData !== void 0 && tableData.joined ? "".concat(tableData === null || tableData === void 0 ? void 0 : tableData.invite_url) : '报名参赛后将获取专属邀请链接']
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: !(tableData !== null && tableData !== void 0 && tableData.joined) && '请先报名竞赛!',
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save