Auto Submit

dev_local_v9_test1
autosubmit 1 year ago
parent 67fe3a2d9c
commit 3b3e108f0f

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

@ -454,7 +454,7 @@ var ChuSaiScrollList = function ChuSaiScrollList(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: ChuSaiPagelListmodules.syl_data_list,
children: csData === null || csData === void 0 ? void 0 : csData.map(function (item, index) {
var _item$team_name, _item$school_name;
var _ref2, _ref3;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: ChuSaiPagelListmodules.syl_data_item,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -489,8 +489,8 @@ var ChuSaiScrollList = function ChuSaiScrollList(_ref) {
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) > 15 ? ChuSaiPagelListmodules.chaochuContent : '',
children: item === null || item === void 0 ? void 0 : item.team_name
className: ((_ref2 = csType == 3 ? item === null || item === void 0 ? void 0 : item.school_name : item === null || item === void 0 ? void 0 : item.team_name) === null || _ref2 === void 0 ? void 0 : _ref2.length) > 15 ? ChuSaiPagelListmodules.chaochuContent : '',
children: csType == 3 ? item === null || item === void 0 ? void 0 : item.school_name : item === null || item === void 0 ? void 0 : item.team_name
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -501,8 +501,8 @@ var ChuSaiScrollList = function ChuSaiScrollList(_ref) {
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) > 11 ? ChuSaiPagelListmodules.chaochuContent : '',
children: item === null || item === void 0 ? void 0 : item.school_name
className: ((_ref3 = csType == 3 ? item === null || item === void 0 ? void 0 : item.team_name : item === null || item === void 0 ? void 0 : item.school_name) === null || _ref3 === void 0 ? void 0 : _ref3.length) > 11 ? ChuSaiPagelListmodules.chaochuContent : '',
children: csType == 3 ? item === null || item === void 0 ? void 0 : item.team_name : item === null || item === void 0 ? void 0 : item.school_name
})
})]
}, index);

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