Auto Submit

dev_local_v9_test4
autosubmit 1 year ago
parent 49dc7edae8
commit b0eecc8e14

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

@ -230,6 +230,8 @@ var dataInfo = function dataInfo(_ref) {
page: 1,
limit: 8,
type: 'public',
keyword: '',
category: 'news',
source: 'broadcast'
}).then(function (res) {
if ((res === null || res === void 0 ? void 0 : res.status) == 0) {
@ -321,7 +323,7 @@ var dataInfo = function dataInfo(_ref) {
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.list_time,
children: (_moment = dayjs_min_default()(item === null || item === void 0 ? void 0 : item.created_at)) === null || _moment === void 0 ? void 0 : _moment.format('MM DD')
children: (_moment = dayjs_min_default()(item === null || item === void 0 ? void 0 : item.created_at)) === null || _moment === void 0 ? void 0 : _moment.format('MM/DD')
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
placement: "topLeft",
title: item === null || item === void 0 ? void 0 : item.name,
@ -393,7 +395,7 @@ var dataInfo = function dataInfo(_ref) {
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.list_time,
children: (_moment2 = dayjs_min_default()(item === null || item === void 0 ? void 0 : item.created_at)) === null || _moment2 === void 0 ? void 0 : _moment2.format('MM DD')
children: (_moment2 = dayjs_min_default()(item === null || item === void 0 ? void 0 : item.created_at)) === null || _moment2 === void 0 ? void 0 : _moment2.format('MM/DD')
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
placement: "topLeft",
title: item === null || item === void 0 ? void 0 : item.title,
@ -665,7 +667,7 @@ var dataInfo = function dataInfo(_ref) {
className: dataInfomodules.content_list,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.list_time,
children: (_moment3 = dayjs_min_default()(item === null || item === void 0 ? void 0 : item.created_at)) === null || _moment3 === void 0 ? void 0 : _moment3.format('MM DD')
children: (_moment3 = dayjs_min_default()(item === null || item === void 0 ? void 0 : item.created_at)) === null || _moment3 === void 0 ? void 0 : _moment3.format('MM/DD')
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
placement: "topLeft",
title: item === null || item === void 0 ? void 0 : item.category_name,

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