Auto Submit

dev_local_v9_test4
autosubmit 1 year ago
parent 138fe5269c
commit a8eba4cbf3

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

@ -316,6 +316,9 @@ var dataInfo = function dataInfo(_ref) {
var _moment;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.content_list,
onClick: function onClick() {
_umi_production_exports.history.push("/broadcast/".concat(item === null || item === void 0 ? void 0 : item.id, "/detail"));
},
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')
@ -385,6 +388,9 @@ var dataInfo = function dataInfo(_ref) {
var _moment2;
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.content_list,
onClick: function onClick() {
_umi_production_exports.history.push("/magazinever/submission");
},
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')
@ -476,6 +482,9 @@ var dataInfo = function dataInfo(_ref) {
children: dutyData === null || dutyData === void 0 || (_dutyData$specialists = dutyData.specialists) === null || _dutyData$specialists === void 0 ? void 0 : _dutyData$specialists.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.user_list_info,
onClick: function onClick() {
_umi_production_exports.history.push("/counselling/expertList");
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: "".concat(env/* default */.Z.IMG_SERVER) + (item === null || item === void 0 ? void 0 : item.image_url),
style: {
@ -532,6 +541,9 @@ var dataInfo = function dataInfo(_ref) {
children: questionsData === null || questionsData === void 0 || (_questionsData$specia = questionsData.specialist_question_records) === null || _questionsData$specia === void 0 ? void 0 : _questionsData$specia.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.content_list,
onClick: function onClick() {
_umi_production_exports.history.push("/counselling/expertList/null/Detail/".concat(item === null || item === void 0 ? void 0 : item.id));
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.list_time,
style: {
@ -592,6 +604,9 @@ var dataInfo = function dataInfo(_ref) {
children: competitionsData === null || competitionsData === void 0 ? void 0 : competitionsData.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.content_list,
onClick: function onClick() {
_umi_production_exports.history.push("/competitions/detail/".concat(item === null || item === void 0 ? void 0 : item.identifier));
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: item && item.image ? "".concat(env/* default */.Z.IMG_SERVER) + item.image : ImagesIcon/* mainbannerBg */.I2,
style: {

@ -213,6 +213,7 @@
overflow-y: auto;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_top___SmID4 .left_top_content___JUyN1 .content_list___O_hSp {
cursor: pointer;
height: 4vh;
display: flex;
align-items: center;
@ -295,6 +296,7 @@
height: 13.5vh;
}
.dataInfo____aGry .dataInfo_left___Mj8Tv .left_bottom___g4Lj_ .left_bottom_content___AllYE .content_list___O_hSp {
cursor: pointer;
height: 3.3vh;
display: flex;
align-items: center;
@ -387,6 +389,7 @@
height: 100%;
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_top___O2gvf .center_top_content___TvFfj .user_list___zUcoL .user_list_info___N9Gk5 {
cursor: pointer;
text-align: center;
font-size: 1.5vh;
width: 6vw;
@ -407,6 +410,7 @@
overflow-y: auto;
}
.dataInfo____aGry .dataInfo_center___gC5Ok .center_bottom___mGg5Q .center_bottom_content___GsCrN .content_list___O_hSp {
cursor: pointer;
height: 4.7vh;
display: flex;
align-items: center;
@ -453,6 +457,7 @@
padding: 0 1vw;
}
.dataInfo____aGry .dataInfo_right___rtH9r .right_top___C5_YU .right_top_content___MwDSS .content_list___O_hSp {
cursor: pointer;
width: 100%;
height: 49%;
background: rgba(5, 50, 138, 0.3);
@ -483,6 +488,7 @@
overflow-y: auto;
}
.dataInfo____aGry .dataInfo_right___rtH9r .right_bottom___AOZFp .right_bottom_content___ci5yH .content_list___O_hSp {
cursor: pointer;
height: 4.5vh;
display: flex;
align-items: center;

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