autoUpdataFile

dev_local_v9_brain_cloud_competitions
eduauto 1 year ago
parent aa01061959
commit 03aca64a93

@ -1,4 +1,4 @@
(self["webpackChunk"] = self["webpackChunk"] || []).push([[78512],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[28369],{
/***/ 45120:
/*!******************************************************************************************************!*\
@ -46,9 +46,9 @@ if (false) {}
/***/ }),
/***/ 28995:
/***/ 65102:
/*!*************************************************************************************************!*\
!*** ./node_modules/_antd-img-crop@4.23.0@antd-img-crop/dist/antd-img-crop.esm.js + 19 modules ***!
!*** ./node_modules/_antd-img-crop@4.24.0@antd-img-crop/dist/antd-img-crop.esm.js + 19 modules ***!
\*************************************************************************************************/
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
@ -3068,7 +3068,7 @@ var Cropper = /** @class */function (_super) {
//# sourceMappingURL=index.module.js.map
;// CONCATENATED MODULE: ./node_modules/_antd-img-crop@4.23.0@antd-img-crop/dist/antd-img-crop.esm.js
;// CONCATENATED MODULE: ./node_modules/_antd-img-crop@4.24.0@antd-img-crop/dist/antd-img-crop.esm.js
@ -3085,12 +3085,10 @@ const ROTATION_INITIAL = 0;
const ROTATION_MIN = -180;
const ROTATION_MAX = 180;
const ROTATION_STEP = 1;
const ASPECT_MIN = 0.5;
const ASPECT_MAX = 2;
const ASPECT_STEP = 0.01;
const EasyCrop = (0,_react_17_0_2_react.forwardRef)((props, ref) => {
const { cropperRef, zoomSlider, rotationSlider, aspectSlider, showReset, resetBtnText, modalImage, aspect: ASPECT_INITIAL, minZoom, maxZoom, cropShape, showGrid, cropperProps, } = props;
const { cropperRef, zoomSlider, rotationSlider, aspectSlider, showReset, resetBtnText, modalImage, aspect: ASPECT_INITIAL, minZoom, maxZoom, minAspect, maxAspect, cropShape, showGrid, cropperProps, } = props;
const [zoom, setZoom] = (0,_react_17_0_2_react.useState)(ZOOM_INITIAL);
const [rotation, setRotation] = (0,_react_17_0_2_react.useState)(ROTATION_INITIAL);
const [aspect, setAspect] = (0,_react_17_0_2_react.useState)(ASPECT_INITIAL);
@ -3122,7 +3120,7 @@ const EasyCrop = (0,_react_17_0_2_react.forwardRef)((props, ref) => {
cropShape: cropShape, showGrid: showGrid, onCropChange: onCropChange, onZoomChange: setZoom, onRotationChange: setRotation, onCropComplete: onCropComplete, classes: {
containerClassName: `${PREFIX}-container ![position:relative] [width:100%] [height:40vh] [&~section:first-of-type]:[margin-top:16px] [&~section:last-of-type]:[margin-bottom:16px]`,
mediaClassName: `${PREFIX}-media`,
} })), zoomSlider && ((0,jsx_runtime.jsxs)("section", { className: `${PREFIX}-control ${PREFIX}-control-zoom ${wrapperClass}`, children: [(0,jsx_runtime.jsx)("button", { className: buttonClass, onClick: () => setZoom(+(zoom - ZOOM_STEP).toFixed(1)), disabled: zoom - ZOOM_STEP < minZoom, children: "\uFF0D" }), (0,jsx_runtime.jsx)(slider, { className: sliderClass, min: minZoom, max: maxZoom, step: ZOOM_STEP, value: zoom, onChange: setZoom }), (0,jsx_runtime.jsx)("button", { className: buttonClass, onClick: () => setZoom(+(zoom + ZOOM_STEP).toFixed(1)), disabled: zoom + ZOOM_STEP > maxZoom, children: "\uFF0B" })] })), rotationSlider && ((0,jsx_runtime.jsxs)("section", { className: `${PREFIX}-control ${PREFIX}-control-rotation ${wrapperClass}`, children: [(0,jsx_runtime.jsx)("button", { className: `${buttonClass} [font-size:16px]`, onClick: () => setRotation(rotation - ROTATION_STEP), disabled: rotation === ROTATION_MIN, children: "\u21BA" }), (0,jsx_runtime.jsx)(slider, { className: sliderClass, min: ROTATION_MIN, max: ROTATION_MAX, step: ROTATION_STEP, value: rotation, onChange: setRotation }), (0,jsx_runtime.jsx)("button", { className: `${buttonClass} [font-size:16px]`, onClick: () => setRotation(rotation + ROTATION_STEP), disabled: rotation === ROTATION_MAX, children: "\u21BB" })] })), aspectSlider && ((0,jsx_runtime.jsxs)("section", { className: `${PREFIX}-control ${PREFIX}-control-aspect ${wrapperClass}`, children: [(0,jsx_runtime.jsx)("button", { className: buttonClass, onClick: () => setAspect(+(aspect - ASPECT_STEP).toFixed(2)), disabled: aspect - ASPECT_STEP < ASPECT_MIN, children: "\u2195\uFE0F" }), (0,jsx_runtime.jsx)(slider, { className: sliderClass, min: ASPECT_MIN, max: ASPECT_MAX, step: ASPECT_STEP, value: aspect, onChange: setAspect }), (0,jsx_runtime.jsx)("button", { className: buttonClass, onClick: () => setAspect(+(aspect + ASPECT_STEP).toFixed(2)), disabled: aspect + ASPECT_STEP > ASPECT_MAX, children: "\u2194\uFE0F" })] })), showReset && (zoomSlider || rotationSlider || aspectSlider) && ((0,jsx_runtime.jsx)(es_button/* default */.ZP, { className: "[bottom:20px] [position:absolute]", style: isResetActive ? {} : { opacity: 0.3, pointerEvents: 'none' }, onClick: onReset, children: resetBtnText }))] }));
} })), zoomSlider && ((0,jsx_runtime.jsxs)("section", { className: `${PREFIX}-control ${PREFIX}-control-zoom ${wrapperClass}`, children: [(0,jsx_runtime.jsx)("button", { className: buttonClass, onClick: () => setZoom(+(zoom - ZOOM_STEP).toFixed(1)), disabled: zoom - ZOOM_STEP < minZoom, children: "\uFF0D" }), (0,jsx_runtime.jsx)(slider, { className: sliderClass, min: minZoom, max: maxZoom, step: ZOOM_STEP, value: zoom, onChange: setZoom }), (0,jsx_runtime.jsx)("button", { className: buttonClass, onClick: () => setZoom(+(zoom + ZOOM_STEP).toFixed(1)), disabled: zoom + ZOOM_STEP > maxZoom, children: "\uFF0B" })] })), rotationSlider && ((0,jsx_runtime.jsxs)("section", { className: `${PREFIX}-control ${PREFIX}-control-rotation ${wrapperClass}`, children: [(0,jsx_runtime.jsx)("button", { className: `${buttonClass} [font-size:16px]`, onClick: () => setRotation(rotation - ROTATION_STEP), disabled: rotation === ROTATION_MIN, children: "\u21BA" }), (0,jsx_runtime.jsx)(slider, { className: sliderClass, min: ROTATION_MIN, max: ROTATION_MAX, step: ROTATION_STEP, value: rotation, onChange: setRotation }), (0,jsx_runtime.jsx)("button", { className: `${buttonClass} [font-size:16px]`, onClick: () => setRotation(rotation + ROTATION_STEP), disabled: rotation === ROTATION_MAX, children: "\u21BB" })] })), aspectSlider && ((0,jsx_runtime.jsxs)("section", { className: `${PREFIX}-control ${PREFIX}-control-aspect ${wrapperClass}`, children: [(0,jsx_runtime.jsx)("button", { className: buttonClass, onClick: () => setAspect(+(aspect - ASPECT_STEP).toFixed(2)), disabled: aspect - ASPECT_STEP < minAspect, children: "\u2195" }), (0,jsx_runtime.jsx)(slider, { className: sliderClass, min: minAspect, max: maxAspect, step: ASPECT_STEP, value: aspect, onChange: setAspect }), (0,jsx_runtime.jsx)("button", { className: buttonClass, onClick: () => setAspect(+(aspect + ASPECT_STEP).toFixed(2)), disabled: aspect + ASPECT_STEP > maxAspect, children: "\u2194" })] })), showReset && (zoomSlider || rotationSlider || aspectSlider) && ((0,jsx_runtime.jsx)(es_button/* default */.ZP, { className: "[bottom:20px] [position:absolute]", style: isResetActive ? {} : { opacity: 0.3, pointerEvents: 'none' }, onClick: onReset, children: resetBtnText }))] }));
});
var EasyCrop$1 = (0,_react_17_0_2_react.memo)(EasyCrop);
@ -3157,7 +3155,7 @@ var antd_img_crop_esm_css_248z = ".\\[align-items\\:center\\]{align-items:center
styleInject(antd_img_crop_esm_css_248z,{"insertAt":"top"});
const ImgCrop = (0,_react_17_0_2_react.forwardRef)((props, cropperRef) => {
const { quality = 0.4, fillColor = 'white', zoomSlider = true, rotationSlider = false, aspectSlider = false, showReset = false, resetText, aspect = 1, minZoom = 1, maxZoom = 3, cropShape = 'rect', showGrid = false, cropperProps, modalClassName, modalTitle, modalWidth, modalOk, modalCancel, onModalOk, onModalCancel, modalProps, beforeCrop, children, } = props;
const { quality = 0.4, fillColor = 'white', zoomSlider = true, rotationSlider = false, aspectSlider = false, showReset = false, resetText, aspect = 1, minZoom = 1, maxZoom = 3, minAspect = 0.5, maxAspect = 2, cropShape = 'rect', showGrid = false, cropperProps, modalClassName, modalTitle, modalWidth, modalOk, modalCancel, onModalOk, onModalCancel, modalProps, beforeCrop, children, } = props;
const cb = (0,_react_17_0_2_react.useRef)({});
cb.current.onModalOk = onModalOk;
cb.current.onModalCancel = onModalCancel;
@ -3329,7 +3327,7 @@ const ImgCrop = (0,_react_17_0_2_react.forwardRef)((props, cropperRef) => {
const isCN = lang === 'zh-CN';
const title = modalTitle || (isCN ? '编辑图片' : 'Edit image');
const resetBtnText = resetText || (isCN ? '重置' : 'Reset');
return ((0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { children: [getNewUpload(children), modalImage && ((0,jsx_runtime.jsx)(modal/* default */.Z, Object.assign({}, modalProps, modalBaseProps, { open: true, title: title, onCancel: onCancel.current, onOk: onOk.current, wrapClassName: wrapClassName, maskClosable: false, destroyOnClose: true, children: (0,jsx_runtime.jsx)(EasyCrop$1, { ref: easyCropRef, cropperRef: cropperRef, zoomSlider: zoomSlider, rotationSlider: rotationSlider, aspectSlider: aspectSlider, showReset: showReset, resetBtnText: resetBtnText, modalImage: modalImage, aspect: aspect, minZoom: minZoom, maxZoom: maxZoom, cropShape: cropShape, showGrid: showGrid, cropperProps: cropperProps }) })))] }));
return ((0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { children: [getNewUpload(children), modalImage && ((0,jsx_runtime.jsx)(modal/* default */.Z, Object.assign({}, modalProps, modalBaseProps, { open: true, title: title, onCancel: onCancel.current, onOk: onOk.current, wrapClassName: wrapClassName, maskClosable: false, destroyOnClose: true, children: (0,jsx_runtime.jsx)(EasyCrop$1, { ref: easyCropRef, cropperRef: cropperRef, zoomSlider: zoomSlider, rotationSlider: rotationSlider, aspectSlider: aspectSlider, showReset: showReset, resetBtnText: resetBtnText, modalImage: modalImage, aspect: aspect, minZoom: minZoom, maxZoom: maxZoom, minAspect: minAspect, maxAspect: maxAspect, cropShape: cropShape, showGrid: showGrid, cropperProps: cropperProps }) })))] }));
});

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

@ -3967,6 +3967,8 @@ var modal = __webpack_require__(43418);
var es_checkbox = __webpack_require__(24905);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/input/index.js + 5 modules
var input = __webpack_require__(36920);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js
var es_select = __webpack_require__(57809);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/radio/index.js + 5 modules
var es_radio = __webpack_require__(5112);
// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.5.2@@ant-design/icons/es/icons/ExclamationCircleOutlined.js + 1 modules
@ -4719,7 +4721,7 @@ var StudentTeam_excluded = ["competitions", "globalSetting", "loading", "dispatc
var StudentTeam_competitionsPage = function competitionsPage(_ref) {
var _my_teams$team_member, _competitions$competi2, _competitions$competi3, _competitions$competi4, _competitions$competi5, _competitions$competi6, _competitions$competi7, _competitions$competi8, _competitions$competi10, _competition_team$my_, _competition_team$my_2, _my_teams$name, _Team$name, _Team$name2, _competitions$competi11, _competitions$competi12, _competitions$competi13, _competitions$competi14, _competitions$competi15, _competitions$competi16, _competitions$competi17;
var _my_teams$team_member, _competitions$competi2, _competitions$competi3, _competitions$competi4, _competitions$competi5, _competitions$competi6, _competitions$competi7, _competitions$competi8, _competitions$competi9, _competitions$competi11, _competition_team$my_, _competition_team$my_2, _my_teams$name, _Team$name, _Team$name2, _competitions$competi12, _competitions$competi13, _competitions$competi14, _competitions$competi15, _competitions$competi16, _competitions$competi17, _competitions$competi18, _competitions$competi19;
var competitions = _ref.competitions,
globalSetting = _ref.globalSetting,
loading = _ref.loading,
@ -5190,7 +5192,21 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
})
});
}
}, (competitions === null || competitions === void 0 || (_competitions$competi7 = competitions.competition) === null || _competitions$competi7 === void 0 ? void 0 : _competitions$competi7.required_phone) && {
}, (competitions === null || competitions === void 0 || (_competitions$competi7 = competitions.competition) === null || _competitions$competi7 === void 0 ? void 0 : _competitions$competi7.required_edu_background) && {
title: '最高学历',
align: 'left',
dataIndex: 'edu_background_name',
ellipsis: true,
render: function render(text) {
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: text,
placement: "topLeft",
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: text || '- -'
})
});
}
}, (competitions === null || competitions === void 0 || (_competitions$competi8 = competitions.competition) === null || _competitions$competi8 === void 0 ? void 0 : _competitions$competi8.required_phone) && {
title: '手机号码',
align: 'left',
dataIndex: 'new_phone',
@ -5204,7 +5220,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
})
});
}
}, (competitions === null || competitions === void 0 || (_competitions$competi8 = competitions.competition) === null || _competitions$competi8 === void 0 ? void 0 : _competitions$competi8.required_mail) && {
}, (competitions === null || competitions === void 0 || (_competitions$competi9 = competitions.competition) === null || _competitions$competi9 === void 0 ? void 0 : _competitions$competi9.required_mail) && {
title: '邮箱账号',
align: 'left',
dataIndex: 'new_member_mail',
@ -5235,8 +5251,8 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
radioOption = _useState68[0],
setRadioOption = _useState68[1];
(0,_react_17_0_2_react.useEffect)(function () {
var _competitions$competi9;
if (competitions !== null && competitions !== void 0 && (_competitions$competi9 = competitions.competition) !== null && _competitions$competi9 !== void 0 && _competitions$competi9.have_team_appl) {
var _competitions$competi10;
if (competitions !== null && competitions !== void 0 && (_competitions$competi10 = competitions.competition) !== null && _competitions$competi10 !== void 0 && _competitions$competi10.have_team_appl) {
radioOption.push({
label: '申诉申请',
value: 'appeal',
@ -5250,7 +5266,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
style: {
width: '1198px'
},
children: (competitions === null || competitions === void 0 || (_competitions$competi10 = competitions.competition) === null || _competitions$competi10 === void 0 || (_competitions$competi10 = _competitions$competi10.competition_team) === null || _competitions$competi10 === void 0 ? void 0 : _competitions$competi10.is_cancel_score) && /*#__PURE__*/(0,jsx_runtime.jsx)(AppealModal, {})
children: (competitions === null || competitions === void 0 || (_competitions$competi11 = competitions.competition) === null || _competitions$competi11 === void 0 || (_competitions$competi11 = _competitions$competi11.competition_team) === null || _competitions$competi11 === void 0 ? void 0 : _competitions$competi11.is_cancel_score) && /*#__PURE__*/(0,jsx_runtime.jsx)(AppealModal, {})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
padding: '20px',
@ -6569,7 +6585,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
fontWeight: 500
},
children: "\u5FC5\u586B\u4FE1\u606F"
}), (competitions === null || competitions === void 0 || (_competitions$competi11 = competitions.competition) === null || _competitions$competi11 === void 0 ? void 0 : _competitions$competi11.required_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (competitions === null || competitions === void 0 || (_competitions$competi12 = competitions.competition) === null || _competitions$competi12 === void 0 ? void 0 : _competitions$competi12.required_name) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u771F\u5B9E\u59D3\u540D",
name: "user_name",
rules: [{
@ -6589,7 +6605,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u771F\u5B9E\u59D3\u540D"
})
}), (competitions === null || competitions === void 0 || (_competitions$competi12 = competitions.competition) === null || _competitions$competi12 === void 0 ? void 0 : _competitions$competi12.required_unit) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (competitions === null || competitions === void 0 || (_competitions$competi13 = competitions.competition) === null || _competitions$competi13 === void 0 ? void 0 : _competitions$competi13.required_unit) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u6240\u5C5E\u5355\u4F4D",
name: "unit",
rules: [{
@ -6609,7 +6625,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u6240\u5C5E\u5355\u4F4D"
})
}), (competitions === null || competitions === void 0 || (_competitions$competi13 = competitions.competition) === null || _competitions$competi13 === void 0 ? void 0 : _competitions$competi13.required_trade) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (competitions === null || competitions === void 0 || (_competitions$competi14 = competitions.competition) === null || _competitions$competi14 === void 0 ? void 0 : _competitions$competi14.required_trade) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u6240\u5728\u884C\u4E1A",
name: "trade",
rules: [{
@ -6629,7 +6645,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u6240\u5728\u884C\u4E1A"
})
}), (competitions === null || competitions === void 0 || (_competitions$competi14 = competitions.competition) === null || _competitions$competi14 === void 0 ? void 0 : _competitions$competi14.required_id_card) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (competitions === null || competitions === void 0 || (_competitions$competi15 = competitions.competition) === null || _competitions$competi15 === void 0 ? void 0 : _competitions$competi15.required_id_card) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u8EAB\u4EFD\u8BC1\u53F7",
name: "id_card",
rules: [{
@ -6666,7 +6682,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u8EAB\u4EFD\u8BC1\u53F7"
})
}), (competitions === null || competitions === void 0 || (_competitions$competi15 = competitions.competition) === null || _competitions$competi15 === void 0 ? void 0 : _competitions$competi15.required_school) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (competitions === null || competitions === void 0 || (_competitions$competi16 = competitions.competition) === null || _competitions$competi16 === void 0 ? void 0 : _competitions$competi16.required_school) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u5B66\u6821\u540D\u79F0",
name: "school_name",
rules: [{
@ -6686,7 +6702,33 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u5B66\u6821\u540D\u79F0"
})
}), (competitions === null || competitions === void 0 || (_competitions$competi16 = competitions.competition) === null || _competitions$competi16 === void 0 ? void 0 : _competitions$competi16.required_phone) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (competitions === null || competitions === void 0 || (_competitions$competi17 = competitions.competition) === null || _competitions$competi17 === void 0 ? void 0 : _competitions$competi17.required_edu_background) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u6700\u9AD8\u5B66\u5386",
name: "edu_background",
rules: [{
required: true,
message: "请选择学历"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
placeholder: "\u8BF7\u9009\u62E9\u5B66\u5386",
options: [{
value: 1,
label: "高中"
}, {
value: 2,
label: "专科"
}, {
value: 3,
label: "本科"
}, {
value: 4,
label: "硕士"
}, {
value: 5,
label: "博士"
}]
})
}), (competitions === null || competitions === void 0 || (_competitions$competi18 = competitions.competition) === null || _competitions$competi18 === void 0 ? void 0 : _competitions$competi18.required_phone) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u624B\u673A\u53F7\u7801",
name: "phone",
rules: [{
@ -6704,7 +6746,7 @@ var StudentTeam_competitionsPage = function competitionsPage(_ref) {
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u624B\u673A\u53F7\u7801"
})
}), (competitions === null || competitions === void 0 || (_competitions$competi17 = competitions.competition) === null || _competitions$competi17 === void 0 ? void 0 : _competitions$competi17.required_mail) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (competitions === null || competitions === void 0 || (_competitions$competi19 = competitions.competition) === null || _competitions$competi19 === void 0 ? void 0 : _competitions$competi19.required_mail) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u90AE\u7BB1\u8D26\u53F7",
name: "mail",
rules: [{
@ -7026,8 +7068,6 @@ var types_competitions = __webpack_require__(88129);
;// CONCATENATED MODULE: ./src/pages/Competitions/Edit/Setting/information/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var informationmodules = ({"flex_box_center":"flex_box_center___I6sdE","flex_space_between":"flex_space_between___uTlet","flex_box_vertical_center":"flex_box_vertical_center___P8PRU","flex_box_center_end":"flex_box_center_end___WLZlZ","flex_box_column":"flex_box_column___tMPnI","all":"all___dBmCY","title":"title___IeVqW","content":"content___zp_KL","form_item":"form_item___hXuXB","form_item_basic":"form_item_basic___K4a8V","form_item_time":"form_item_time___h8rdI","form_item_model":"form_item_model____Mn2H","form_item_item":"form_item_item___CR0Q5","form_item_item_select":"form_item_item_select___eeMCh","textarea_father":"textarea_father___XVeQz","textarea_length":"textarea_length___Xdwl4","upload_button":"upload_button___zltZE","upload_button_file":"upload_button_file___vVqry","upload_text":"upload_text___pdO7Y","date_text":"date_text___gvUlY","upload_download":"upload_download___KCtvw","checkbox_text":"checkbox_text___yn4Cf","footer":"footer___t6QDc","clear_button":"clear_button___FWQBK","save_button":"save_button___l7JJ7","radio_style":"radio_style___tWyOo","xybutton":"xybutton___t_97k","deletexy":"deletexy___d3SBR","yulan":"yulan___OUQsc","juzhong":"juzhong___DI4yl","kaoyou":"kaoyou___L6wGX"});
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/select/index.js
var es_select = __webpack_require__(57809);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/date-picker/index.js + 66 modules
var date_picker = __webpack_require__(78550);
// EXTERNAL MODULE: ./src/service/paths.ts
@ -7430,7 +7470,8 @@ var informationPage = function informationPage(_ref) {
required_phone: res === null || res === void 0 ? void 0 : res.required_phone,
required_mail: res === null || res === void 0 ? void 0 : res.required_mail,
required_trade: res === null || res === void 0 ? void 0 : res.required_trade,
required_unit: res === null || res === void 0 ? void 0 : res.required_unit
required_unit: res === null || res === void 0 ? void 0 : res.required_unit,
required_edu_background: res === null || res === void 0 ? void 0 : res.required_edu_background
};
var filteredKeys = Object.entries(required_info).filter(function (_ref5) {
var _ref6 = slicedToArray_default()(_ref5, 2),
@ -8089,6 +8130,9 @@ var informationPage = function informationPage(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, {
value: 'unit',
children: "\u6240\u5C5E\u5355\u4F4D"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, {
value: 'edu_background',
children: "\u6700\u9AD8\u5B66\u5386"
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_checkbox/* default */.Z, {
value: 'trade',
children: "\u6240\u5728\u884C\u4E1A"
@ -17601,7 +17645,7 @@ var Edit_excluded = ["mode"];
var NewCompetitionsPage = function NewCompetitionsPage(_ref) {
var _competitions$competi2, _competitions$competi9, _competitions$competi10, _competitions$competi11, _competitions$competi12, _competitions$competi13, _competitions$competi14, _competitions$competi15, _competitions$competi16, _competitions$competi17, _competitions$competi18, _competitions$competi19, _competitions$competi20, _competitions$competi21, _competitions$competi22, _competitions$competi23, _competitions$competi24, _competitions$competi25, _competitions$competi26, _competitions$competi27, _competitions$competi28, _competitions$competi29, _competitions$competi30, _competitions$competi32, _tabsData$find, _competitions$competi35, _competitions$competi36, _competitions$competi37, _competitions$competi38, _competitions$competi39, _competitions$competi40, _competitions$competi41, _competitions$competi42, _competitions$competi43, _competitions$competi44, _competitions$competi45, _competitions$competi46, _competitions$competi47, _competitions$competi48, _competitions$competi49, _competitions$competi50;
var _competitions$competi2, _competitions$competi9, _competitions$competi10, _competitions$competi11, _competitions$competi12, _competitions$competi13, _competitions$competi14, _competitions$competi15, _competitions$competi16, _competitions$competi17, _competitions$competi18, _competitions$competi19, _competitions$competi20, _competitions$competi21, _competitions$competi22, _competitions$competi23, _competitions$competi24, _competitions$competi25, _competitions$competi26, _competitions$competi27, _competitions$competi28, _competitions$competi29, _competitions$competi30, _competitions$competi32, _tabsData$find, _competitions$competi35, _competitions$competi36, _competitions$competi37, _competitions$competi38, _competitions$competi39, _competitions$competi40, _competitions$competi41, _competitions$competi42, _competitions$competi43, _competitions$competi44, _competitions$competi45, _competitions$competi46, _competitions$competi47, _competitions$competi48, _competitions$competi49, _competitions$competi50, _competitions$competi51;
var competitions = _ref.competitions,
globalSetting = _ref.globalSetting,
loading = _ref.loading,
@ -18579,7 +18623,33 @@ var NewCompetitionsPage = function NewCompetitionsPage(_ref) {
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u5B66\u6821\u540D\u79F0"
})
}), (competitions === null || competitions === void 0 || (_competitions$competi49 = competitions.competition) === null || _competitions$competi49 === void 0 ? void 0 : _competitions$competi49.required_phone) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (competitions === null || competitions === void 0 || (_competitions$competi49 = competitions.competition) === null || _competitions$competi49 === void 0 ? void 0 : _competitions$competi49.required_edu_background) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u6700\u9AD8\u5B66\u5386",
name: "edu_background",
rules: [{
required: true,
message: "请选择学历"
}],
children: /*#__PURE__*/(0,jsx_runtime.jsx)(es_select["default"], {
placeholder: "\u8BF7\u9009\u62E9\u5B66\u5386",
options: [{
value: 1,
label: "高中"
}, {
value: 2,
label: "专科"
}, {
value: 3,
label: "本科"
}, {
value: 4,
label: "硕士"
}, {
value: 5,
label: "博士"
}]
})
}), (competitions === null || competitions === void 0 || (_competitions$competi50 = competitions.competition) === null || _competitions$competi50 === void 0 ? void 0 : _competitions$competi50.required_phone) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u624B\u673A\u53F7\u7801",
name: "phone",
rules: [{
@ -18597,7 +18667,7 @@ var NewCompetitionsPage = function NewCompetitionsPage(_ref) {
showCount: true,
placeholder: "\u8BF7\u8F93\u5165\u624B\u673A\u53F7\u7801"
})
}), (competitions === null || competitions === void 0 || (_competitions$competi50 = competitions.competition) === null || _competitions$competi50 === void 0 ? void 0 : _competitions$competi50.required_mail) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
}), (competitions === null || competitions === void 0 || (_competitions$competi51 = competitions.competition) === null || _competitions$competi51 === void 0 ? void 0 : _competitions$competi51.required_mail) && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
label: "\u90AE\u7BB1\u8D26\u53F7",
name: "mail",
rules: [{

@ -443,8 +443,8 @@ function user_identify(_ref) {
var message = __webpack_require__(8591);
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/avatar/index.js + 4 modules
var es_avatar = __webpack_require__(26743);
// EXTERNAL MODULE: ./node_modules/_antd-img-crop@4.23.0@antd-img-crop/dist/antd-img-crop.esm.js + 19 modules
var antd_img_crop_esm = __webpack_require__(28995);
// EXTERNAL MODULE: ./node_modules/_antd-img-crop@4.24.0@antd-img-crop/dist/antd-img-crop.esm.js + 19 modules
var antd_img_crop_esm = __webpack_require__(65102);
// EXTERNAL MODULE: ./src/service/forums.ts
var forums = __webpack_require__(35312);
;// CONCATENATED MODULE: ./src/pages/Forums/User/UserAvatar/index.less

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