autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 973d1dc4b6
commit 9030e65ef6

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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

@ -414,6 +414,11 @@ button:active {
font-size: 24rem;
font-weight: 600;
margin-right: 20rem;
word-break: break-all;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 127rem;
}
.wrap___m8ZVD .left___xeCJf .expertInfo___Ocko6 .detail___uaCeh .info___ClWwS .nameTitle___Pf8SB .title___EORnO {
color: #fff;

@ -364,7 +364,6 @@
margin-top: 20rem;
}
.container___BfHNQ .right___wrYmM .content___cFJHx {
flex: 1 1;
overflow: hidden;
}
.container___BfHNQ .right___wrYmM .content___cFJHx .messageList___ZKTvk {

@ -193,7 +193,7 @@ var Navigation = function Navigation(_ref) {
page: page,
limit: limit,
keyword: keyword,
duty_time: itemType == '1' ? 'all' : null,
duty_time: itemType == '1' ? dutyTime : null,
sort: 'desc'
}).then(function (res) {
var _res$data, _res$data2;

@ -516,7 +516,7 @@ var ExpertSchedule = function ExpertSchedule(_ref) {
page: page,
limit: limit,
keyword: keyword,
duty_time: activeKey == '1' ? 'all' : null
duty_time: activeKey == '1' ? dutyTime : null
}).then(function (res) {
var _res$data, _res$data2;
setTableData(res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list);

@ -382,6 +382,9 @@ var HotQuestions = function HotQuestions(_ref) {
children: tableData.map(function (message) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: HotQuestionsmodules.messageItem,
onClick: function onClick() {
_umi_production_exports.history.push("/counselling/expertList/null/Detail/".concat(message === null || message === void 0 ? void 0 : message.id, "?backType=2&backUrl=/counselling/myConsultation"));
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',

@ -63,6 +63,7 @@
padding: 20rem;
margin-bottom: 20rem;
position: relative;
cursor: pointer;
}
.container___WZIBs .left___wD1f_ .content___Wr5v6 .messageItem___mfsN_:nth-last-child(1),
.container___WZIBs .right___m0Fzc .content___Wr5v6 .messageItem___mfsN_:nth-last-child(1) {

@ -15,6 +15,9 @@ __webpack_require__.d(__webpack_exports__, {
"default": function() { return /* binding */ Counselling_MyAnswer; }
});
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/toConsumableArray.js
var toConsumableArray = __webpack_require__(37205);
var toConsumableArray_default = /*#__PURE__*/__webpack_require__.n(toConsumableArray);
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/slicedToArray.js
var slicedToArray = __webpack_require__(79800);
var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray);
@ -54,6 +57,9 @@ var zh_CN = __webpack_require__(81863);
var LeftOutlined = __webpack_require__(81132);
// EXTERNAL MODULE: ./node_modules/_@ant-design_icons@5.6.0@@ant-design/icons/es/icons/RightOutlined.js + 1 modules
var RightOutlined = __webpack_require__(38226);
// EXTERNAL MODULE: ./node_modules/_lodash@4.17.21@lodash/cloneDeep.js
var cloneDeep = __webpack_require__(20250);
var cloneDeep_default = /*#__PURE__*/__webpack_require__.n(cloneDeep);
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
var jsx_runtime = __webpack_require__(37712);
;// CONCATENATED MODULE: ./src/pages/Counselling/MyAnswer/index.tsx
@ -72,6 +78,8 @@ var jsx_runtime = __webpack_require__(37712);
var tabsMenu = [{
name: '全部',
id: ''
@ -140,6 +148,7 @@ var MyAnswer = function MyAnswer(_ref) {
getDutyTime();
}, []);
var getData = function getData() {
setTableData([]);
setIsLoading(true);
(0,counselling/* my_specialist_question */.zB)({
page: page,
@ -148,7 +157,8 @@ var MyAnswer = function MyAnswer(_ref) {
is_readed: activeKey != '' ? activeKey == '1' ? false : true : null
}).then(function (res) {
var _res$data, _res$data2;
setTableData(res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.specialist_question_records);
var data = cloneDeep_default()(res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.specialist_question_records);
setTableData(toConsumableArray_default()(data));
setTotal(res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.count);
setIsLoading(false);
});

@ -784,7 +784,12 @@ var DefendCloud = function DefendCloud(_ref) {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.content_item,
onClick: function onClick() {
_umi_production_exports.history.push('/counselling');
var _user$userInfo;
if (user !== null && user !== void 0 && (_user$userInfo = user.userInfo) !== null && _user$userInfo !== void 0 && _user$userInfo.specialist_id) {
_umi_production_exports.history.push('/counselling/myAnswer');
} else {
_umi_production_exports.history.push('/counselling/myConsultation');
}
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.content_item_img,

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