Auto Submit

dev_local_v9_test1
autosubmit 1 year ago
parent 148a383afa
commit f7c2e78f01

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

@ -1330,24 +1330,17 @@ var ChuSaiScrollList = function ChuSaiScrollList(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ChuSaiPagelListmodules.syl_columns_text,
style: {
width: '45%',
width: '50%',
marginRight: '0.1rem'
},
children: "\u53C2\u8D5B\u961F\u4F0D"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ChuSaiPagelListmodules.syl_columns_text,
style: {
width: '25%',
width: '35%',
marginRight: '0.1rem'
},
children: "\u5B66\u6821"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ChuSaiPagelListmodules.syl_columns_text,
style: {
width: '15%',
textAlign: 'center'
},
children: "\u6BD4\u8D5B\u6218\u7EE9"
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ChuSaiPagelListmodules.syl_data_list,
@ -1375,7 +1368,7 @@ var ChuSaiScrollList = function ChuSaiScrollList(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ChuSaiPagelListmodules.syl_data_text,
style: {
width: '45%',
width: '50%',
marginRight: '0.1rem',
textAlign: 'left',
display: 'flex',
@ -1384,32 +1377,24 @@ var ChuSaiScrollList = function ChuSaiScrollList(_ref) {
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ChuSaiPagelListmodules.chaochu,
style: {
width: '2rem'
width: '2.3rem'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: (item === null || item === void 0 || (_item$team_name = item.team_name) === null || _item$team_name === void 0 ? void 0 : _item$team_name.length) > 13 ? ChuSaiPagelListmodules.chaochuContent : '',
className: (item === null || item === void 0 || (_item$team_name = item.team_name) === null || _item$team_name === void 0 ? void 0 : _item$team_name.length) > 15 ? ChuSaiPagelListmodules.chaochuContent : '',
children: item === null || item === void 0 ? void 0 : item.team_name
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ChuSaiPagelListmodules.chaochu,
style: {
width: '25%',
width: '35%',
textAlign: 'left',
marginRight: '0.1rem'
},
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: (item === null || item === void 0 || (_item$school_name = item.school_name) === null || _item$school_name === void 0 ? void 0 : _item$school_name.length) > 7 ? ChuSaiPagelListmodules.chaochuContent : '',
className: (item === null || item === void 0 || (_item$school_name = item.school_name) === null || _item$school_name === void 0 ? void 0 : _item$school_name.length) > 11 ? ChuSaiPagelListmodules.chaochuContent : '',
children: item === null || item === void 0 ? void 0 : item.school_name
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ChuSaiPagelListmodules.syl_data_text,
style: {
width: '15%',
textAlign: 'center',
color: '#FFB26B'
},
children: (item === null || item === void 0 ? void 0 : item.score) || '--'
})]
}, index);
})
@ -1850,14 +1835,10 @@ var IndexPage = function IndexPage(_ref) {
setJsRefresh(new Date());
allPage = Math.ceil((res === null || res === void 0 || (_res$data5 = res.data) === null || _res$data5 === void 0 ? void 0 : _res$data5.size) / 10);
setTimeout(function () {
if (showLunXunRef.current) {
if (page == allPage || page > allPage) {
getJs(1);
} else {
if (page == allPage || page > allPage) {
getJs(1);
} else {
getJs(page + 1);
}
getJs(page + 1);
}
}, 30000);
}

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