|
|
|
|
@ -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,
|