Auto Submit

dev_local_v9_test4
autosubmit 1 year ago
parent c6637bbdbc
commit 1c9aa59fbd

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

@ -560,9 +560,13 @@ var OpenReservationDetail = function OpenReservationDetail(_ref) {
}), (titledata === null || titledata === void 0 ? void 0 : titledata.can_reservation) && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: OpenReservationDetailmodules.addyy,
onClick: function onClick() {
console.log('---', dayjs_min_default()(titledata === null || titledata === void 0 ? void 0 : titledata.end_time) < dayjs_min_default()(new Date()));
if (titledata !== null && titledata !== void 0 && titledata.has_reservation || dayjs_min_default()(titledata === null || titledata === void 0 ? void 0 : titledata.end_time) < dayjs_min_default()(new Date()) || (titledata === null || titledata === void 0 ? void 0 : titledata.status) === 'completed') {
return;
}
setOpenModal(true);
},
children: "\u9884\u7EA6\u5B9E\u9A8C"
children: titledata !== null && titledata !== void 0 && titledata.has_reservation ? '已预约' : dayjs_min_default()(titledata === null || titledata === void 0 ? void 0 : titledata.end_time) < dayjs_min_default()(new Date()) ? '已截止' : (titledata === null || titledata === void 0 ? void 0 : titledata.status) === 'completed' ? '已结束' : '预约实验'
})]
})]
})]
@ -601,7 +605,7 @@ var OpenReservationDetail = function OpenReservationDetail(_ref) {
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: yyxq_namespaceObject
}), "\u9884\u7EA6\u8BE6\u60C5"]
}), " \u9884\u7EA6\u8BE6\u60C5"]
}),
key: '2'
}]) === null || _ref4 === void 0 ? void 0 : _ref4.filter(function (item) {

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