autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 32071692ac
commit a9e03f916a

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

@ -27,7 +27,7 @@ var OnlineChat = function OnlineChat(_ref) {
(0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(function () {
var handleMessage = function handleMessage(event) {
if (event.data === 'goBack') {
umi__WEBPACK_IMPORTED_MODULE_2__.history.push("/counselling/expertList/".concat(params === null || params === void 0 ? void 0 : params.id, "/info?backUrl=/counselling/expertList")); // 返回上一页
window.location.href = "".concat(window.location.origin.replace(/^https:\/\//, 'http://'), "/counselling/expertList/").concat(params === null || params === void 0 ? void 0 : params.id, "/info?backUrl=/counselling/expertList"); // 返回上一页
}
};

@ -20156,9 +20156,10 @@ var Page = function Page(_ref11) {
res = _context22.sent;
if (res !== null && res !== void 0 && res.subject_id) {
getStageData(stageData.length + 1);
// setEditKey(stageData.length);
setIsEdit(false);
setEditKey(-1);
setEditKey(stageData.length + 1);
setIsEdit(true);
setCurrentData(res);
getData();
}
_context22.next = 24;
break;
@ -21099,7 +21100,8 @@ var Page = function Page(_ref11) {
children: /*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, {
size: "large",
maxLength: 60,
placeholder: "\u8BF7\u8F93\u5165\u7B2C".concat(currentData === null || currentData === void 0 ? void 0 : currentData.Findex, "\u7AE0\u8282\u540D\u79F0,\u6700\u5927\u9650\u523660\u4E2A\u5B57\u7B26")
placeholder: "\u8BF7\u8F93\u5165\u7B2C".concat(currentData === null || currentData === void 0 ? void 0 : currentData.Findex, "\u7AE0\u8282\u540D\u79F0,\u6700\u5927\u9650\u523660\u4E2A\u5B57\u7B26"),
onBlur: handleBlur
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
name: "description",
@ -21107,7 +21109,7 @@ var Page = function Page(_ref11) {
className: "ml10",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, {
defaultValue: formValue === null || formValue === void 0 ? void 0 : formValue.description,
placeholder: "\u8BF7\u8F93\u5165\u7B2C".concat(currentData === null || currentData === void 0 ? void 0 : currentData.Findex, "\u7AE0\u8282\u63CF\u8FF0"),
placeholder: "\u8BF7\u8F93\u5165\u7AE0\u8282\u63CF\u8FF0",
height: 300
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {

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