autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 70f90a9daa
commit 3fed3dc2f0

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

@ -1,9 +1,9 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[45517],{
/***/ 86878:
/***/ 67932:
/*!******************************************************!*\
!*** ./src/pages/DefendCloud/index.tsx + 13 modules ***!
!*** ./src/pages/DefendCloud/index.tsx + 14 modules ***!
\******************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
@ -450,6 +450,89 @@ var right_no_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAY
;// CONCATENATED MODULE: ./src/pages/DefendCloud/dataInfo/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var dataInfomodules = ({"dataInfo":"dataInfo____aGry","dataInfo_left":"dataInfo_left___Mj8Tv","left_top":"left_top___SmID4","left_top_content":"left_top_content___JUyN1","content_list":"content_list___O_hSp","list_time":"list_time___niqUX","list_text":"list_text___uubk3","left_bottom":"left_bottom___g4Lj_","left_bottom_books":"left_bottom_books___NuPv5","books_left":"books_left___UqcCd","books_box":"books_box___g4l0z","books_name":"books_name___i_z_r","books_count":"books_count___c7CSv","books_right":"books_right___gAY_O","left_bottom_content":"left_bottom_content___AllYE","dataInfo_center":"dataInfo_center___gC5Ok","center_top":"center_top___O2gvf","center_top_content":"center_top_content___TvFfj","time_text":"time_text___ISEA8","time_box":"time_box___cvF04","box_top":"box_top___kGeqa","box_top_item":"box_top_item___arcTF","box_top_value":"box_top_value___BLVKp","user_list":"user_list___zUcoL","user_list_info":"user_list_info___N9Gk5","center_bottom":"center_bottom___mGg5Q","center_bottom_content":"center_bottom_content___GsCrN","dataInfo_right":"dataInfo_right___rtH9r","right_top":"right_top___C5_YU","right_top_content":"right_top_content___MwDSS","content_list_name":"content_list_name___rX4um","right_bottom":"right_bottom___AOZFp","right_bottom_content":"right_bottom_content___ci5yH","div_title":"div_title___JuOVY","title_name":"title_name___Vz4Ho","title_more":"title_more___SojIe"});
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/regeneratorRuntime.js
var regeneratorRuntime = __webpack_require__(7557);
var regeneratorRuntime_default = /*#__PURE__*/__webpack_require__.n(regeneratorRuntime);
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/objectSpread2.js
var objectSpread2 = __webpack_require__(82242);
var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2);
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.23.6@@babel/runtime/helpers/asyncToGenerator.js
var asyncToGenerator = __webpack_require__(41498);
var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator);
// EXTERNAL MODULE: ./src/utils/fetch.ts
var fetch = __webpack_require__(82710);
;// CONCATENATED MODULE: ./src/service/defendCloud.ts
//智慧保卫云学院首页统计
function cloud_index_statisitcs(_x) {
return _cloud_index_statisitcs.apply(this, arguments);
}
//我的解答/提问
function _cloud_index_statisitcs() {
_cloud_index_statisitcs = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee(params) {
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
return _context.abrupt("return", (0,fetch/* default */.ZP)("/api/zz_classrooms/statistics/cloud_index_statisitcs.json", {
method: 'get',
params: objectSpread2_default()({}, params)
}));
case 1:
case "end":
return _context.stop();
}
}, _callee);
}));
return _cloud_index_statisitcs.apply(this, arguments);
}
function my_answers_or_questions(_x2) {
return _my_answers_or_questions.apply(this, arguments);
}
//我的值班/今日值班专家
function _my_answers_or_questions() {
_my_answers_or_questions = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee2(params) {
return regeneratorRuntime_default()().wrap(function _callee2$(_context2) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
return _context2.abrupt("return", (0,fetch/* default */.ZP)("/api/online_consults/my_answers_or_questions.json", {
method: 'get',
params: objectSpread2_default()({}, params)
}));
case 1:
case "end":
return _context2.stop();
}
}, _callee2);
}));
return _my_answers_or_questions.apply(this, arguments);
}
function my_duty_or_today_specialists(_x3) {
return _my_duty_or_today_specialists.apply(this, arguments);
}
function _my_duty_or_today_specialists() {
_my_duty_or_today_specialists = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee3(params) {
return regeneratorRuntime_default()().wrap(function _callee3$(_context3) {
while (1) switch (_context3.prev = _context3.next) {
case 0:
return _context3.abrupt("return", (0,fetch/* default */.ZP)("/api/online_consults/my_duty_or_today_specialists.json", {
method: 'get',
params: objectSpread2_default()({}, params)
}));
case 1:
case "end":
return _context3.stop();
}
}, _callee3);
}));
return _my_duty_or_today_specialists.apply(this, arguments);
}
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules
var tooltip = __webpack_require__(6848);
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
var jsx_runtime = __webpack_require__(37712);
;// CONCATENATED MODULE: ./src/pages/DefendCloud/dataInfo/index.tsx
@ -459,6 +542,8 @@ var jsx_runtime = __webpack_require__(37712);
var week = {
'1': '一',
'2': '二',
@ -469,13 +554,35 @@ var week = {
'7': '七'
};
var dataInfo = function dataInfo(_ref) {
var _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9;
var _ref2, _ref3, _ref4, _dutyData$my_duty, _ref5, _questionsData$specia, _ref6, _ref7;
var user = _ref.user,
dispatch = _ref.dispatch;
var _useState = (0,_react_17_0_2_react.useState)('teacher'),
dispatch = _ref.dispatch,
dataSorce = _ref.dataSorce;
var _useState = (0,_react_17_0_2_react.useState)({}),
_useState2 = slicedToArray_default()(_useState, 2),
ruleType = _useState2[0],
setRuleType = _useState2[1];
dutyData = _useState2[0],
setDutyData = _useState2[1];
var _useState3 = (0,_react_17_0_2_react.useState)([]),
_useState4 = slicedToArray_default()(_useState3, 2),
questionsData = _useState4[0],
setQuestionsData = _useState4[1];
(0,_react_17_0_2_react.useEffect)(function () {
getDataInfo();
}, []);
var getDataInfo = function getDataInfo() {
// 我的值班/今日值班专家
my_duty_or_today_specialists({}).then(function (res) {
if ((res === null || res === void 0 ? void 0 : res.status) == 0) {
setDutyData(res === null || res === void 0 ? void 0 : res.data);
}
});
// 我的解答/提问
my_answers_or_questions({}).then(function (res) {
if ((res === null || res === void 0 ? void 0 : res.status) == 0) {
setQuestionsData(res === null || res === void 0 ? void 0 : res.data);
}
});
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.dataInfo,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
@ -591,11 +698,11 @@ var dataInfo = function dataInfo(_ref) {
className: "iconfont icon-xiaojiantou font12"
})]
})]
}), ruleType == 'teacher1' ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), dataSorce !== null && dataSorce !== void 0 && dataSorce.is_teacher ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.center_top_content,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.time_text,
children: "2025\u5E7401\u67083\u65E5\uFF5E2025\u5E7401\u67089\u65E5"
children: dutyData === null || dutyData === void 0 ? void 0 : dutyData.time_str
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.time_box,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -603,14 +710,23 @@ var dataInfo = function dataInfo(_ref) {
children: (_ref4 = [1, 2, 3, 4, 5, 6, 7]) === null || _ref4 === void 0 ? void 0 : _ref4.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.box_top_item,
onClick: function onClick() {
console.log(dutyData);
},
children: ["\u5468", week[item]]
}, index);
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.box_top,
children: (_ref5 = [1, 2, 3, 4, 5, 6, 7]) === null || _ref5 === void 0 ? void 0 : _ref5.map(function (item, index) {
children: dutyData === null || dutyData === void 0 || (_dutyData$my_duty = dutyData.my_duty) === null || _dutyData$my_duty === void 0 ? void 0 : _dutyData$my_duty.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.box_top_value
className: dataInfomodules.box_top_value,
children: item !== null && item !== void 0 && item.is_duty ? /*#__PURE__*/(0,jsx_runtime.jsx)("i", {
className: "iconfont icon-duigou1",
style: {
color: "#1BF7FF"
}
}) : null
}, index);
})
})]
@ -619,7 +735,7 @@ var dataInfo = function dataInfo(_ref) {
className: dataInfomodules.center_top_content,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.user_list,
children: (_ref6 = [1, 2, 3, 4, 5, 6]) === null || _ref6 === void 0 ? void 0 : _ref6.map(function (item, index) {
children: (_ref5 = [1, 2, 3, 4, 5, 6]) === null || _ref5 === void 0 ? void 0 : _ref5.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.user_list_info,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
@ -662,25 +778,28 @@ var dataInfo = function dataInfo(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.center_bottom_content,
children: (_ref7 = [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19]) === null || _ref7 === void 0 ? void 0 : _ref7.map(function (item, index) {
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,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.list_time,
style: {
background: '#D86070'
background: item !== null && item !== void 0 && item.is_answered ? '#39B3AC' : '#D86070'
},
children: "\u5F85\u89E3\u7B54"
children: item !== null && item !== void 0 && item.is_answered ? '已解答' : '待解答'
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
title: item === null || item === void 0 ? void 0 : item.question,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.list_text,
children: item === null || item === void 0 ? void 0 : item.question
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.list_text,
children: ["\u5185\u5BB9\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053\u4E91\u520A\u95EE\u9053", item]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
color: '#fff',
marginLeft: 'auto',
fontSize: '1.3vh'
},
children: "\u63D0\u95EE\u4EBA\uFF1A\u9648\u5927\u5FD7"
children: ["\u63D0\u95EE\u4EBA\uFF1A", item === null || item === void 0 ? void 0 : item.user]
})]
}, index);
})
@ -710,7 +829,7 @@ var dataInfo = function dataInfo(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.right_top_content,
children: (_ref8 = [1, 2]) === null || _ref8 === void 0 ? void 0 : _ref8.map(function (item, index) {
children: (_ref6 = [1, 2]) === null || _ref6 === void 0 ? void 0 : _ref6.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.content_list,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
@ -748,7 +867,7 @@ var dataInfo = function dataInfo(_ref) {
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: dataInfomodules.right_bottom_content,
children: (_ref9 = [1, 2, 3, 4]) === null || _ref9 === void 0 ? void 0 : _ref9.map(function (item, index) {
children: (_ref7 = [1, 2, 3, 4]) === null || _ref7 === void 0 ? void 0 : _ref7.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: dataInfomodules.content_list,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -772,8 +891,8 @@ var dataInfo = function dataInfo(_ref) {
})]
});
};
/* harmony default export */ var DefendCloud_dataInfo = ((0,_umi_production_exports.connect)(function (_ref10) {
var user = _ref10.user;
/* harmony default export */ var DefendCloud_dataInfo = ((0,_umi_production_exports.connect)(function (_ref8) {
var user = _ref8.user;
return {
user: user
};
@ -796,19 +915,30 @@ var dataInfo = function dataInfo(_ref) {
// 新版首页入口
var DefendCloud = function DefendCloud(_ref) {
var user = _ref.user,
dispatch = _ref.dispatch;
var _useState = (0,_react_17_0_2_react.useState)('teacher'),
var _useState = (0,_react_17_0_2_react.useState)('left'),
_useState2 = slicedToArray_default()(_useState, 2),
type = _useState2[0],
setType = _useState2[1];
var _useState3 = (0,_react_17_0_2_react.useState)('left'),
indexType = _useState2[0],
setIndexType = _useState2[1];
var _useState3 = (0,_react_17_0_2_react.useState)({}),
_useState4 = slicedToArray_default()(_useState3, 2),
indexType = _useState4[0],
setIndexType = _useState4[1];
dataSorce = _useState4[0],
setDataSorce = _useState4[1];
(0,_react_17_0_2_react.useEffect)(function () {
getData();
}, []);
var getData = function getData() {
cloud_index_statisitcs({}).then(function (res) {
if ((res === null || res === void 0 ? void 0 : res.status) == 0) {
setDataSorce(res === null || res === void 0 ? void 0 : res.data);
}
});
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.defendCloud,
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
@ -871,15 +1001,17 @@ var DefendCloud = function DefendCloud(_ref) {
children: "\u5F20\u4E09\u5C81"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: xiala,
width: 12,
height: 6
style: {
width: '1.4vh',
height: '0.6vh'
}
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: goback,
width: 14,
height: 14,
style: {
marginLeft: '1vw'
width: '1.5vh',
height: '1.5vh',
margin: '0 1vw'
}
})]
})]
@ -888,7 +1020,7 @@ var DefendCloud = function DefendCloud(_ref) {
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.content_bg,
style: {
width: type == 'teacher' ? 1290 : 960
width: dataSorce !== null && dataSorce !== void 0 && dataSorce.is_teacher ? '80vw' : '60vw'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.content_item,
@ -901,14 +1033,16 @@ var DefendCloud = function DefendCloud(_ref) {
className: DefendCloudmodules.item_list_left,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/jygs.png */ 37383),
width: 80,
height: 76
style: {
width: '5vw',
height: '4vw'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.item_list_right,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_count,
children: "32"
children: dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.broadcast_num
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_name,
children: "\u544A\u793A\u6570"
@ -926,14 +1060,16 @@ var DefendCloud = function DefendCloud(_ref) {
className: DefendCloudmodules.item_list_left,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/ydrx.png */ 91156),
width: 80,
height: 78
style: {
width: '4.5vw',
height: '4vw'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.item_list_right,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_count,
children: "32"
children: dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.specialist_num
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_name,
children: "\u503C\u73ED\u4E13\u5BB6\u6570"
@ -951,14 +1087,16 @@ var DefendCloud = function DefendCloud(_ref) {
className: DefendCloudmodules.item_list_left,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/ykwd.png */ 77662),
width: 90,
height: 60
style: {
width: '5vw',
height: '3vw'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.item_list_right,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_count,
children: "246"
children: dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.article_num
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_name,
children: "\u6587\u7AE0\u6570"
@ -976,14 +1114,16 @@ var DefendCloud = function DefendCloud(_ref) {
className: DefendCloudmodules.item_list_left,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/yslj.png */ 1784),
width: 90,
height: 84
style: {
width: '5vw',
height: '4vw'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.item_list_right,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_count,
children: "32"
children: dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.competition_num
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_name,
children: "\u4E3E\u884C\u6B21\u6570"
@ -1001,14 +1141,16 @@ var DefendCloud = function DefendCloud(_ref) {
className: DefendCloudmodules.item_list_left,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/yhdb.png */ 76030),
width: 78,
height: 74
style: {
width: '5vw',
height: '4vw'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.item_list_right,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_count,
children: "32"
children: dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.shixun_num
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_name,
children: "\u865A\u62DF\u4EFF\u771F\u5B9E\u9A8C\u6570"
@ -1026,21 +1168,23 @@ var DefendCloud = function DefendCloud(_ref) {
className: DefendCloudmodules.item_list_left,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/yssf.png */ 37141),
width: 77,
height: 80
style: {
width: '5vw',
height: '4vw'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.item_list_right,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_count,
children: "32"
children: dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.knowledge_resource_num
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_name,
children: "\u8D44\u6599\u6570"
})]
})]
})]
}), type == 'teacher' && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), (dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.is_teacher) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.content_item,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.content_item_img,
@ -1051,21 +1195,23 @@ var DefendCloud = function DefendCloud(_ref) {
className: DefendCloudmodules.item_list_left,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/stk.png */ 72965),
width: 81,
height: 83
style: {
width: '5vw',
height: '4vw'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.item_list_right,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_count,
children: "32"
children: dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.item_bank_num
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_name,
children: "\u6211\u7684\u8BD5\u9898\u6570"
})]
})]
})]
}), type == 'teacher' && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), (dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.is_teacher) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.content_item,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.content_item_img,
@ -1076,14 +1222,16 @@ var DefendCloud = function DefendCloud(_ref) {
className: DefendCloudmodules.item_list_left,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/stzjk.png */ 22549),
width: 80,
height: 70
style: {
width: '5vw',
height: '4vw'
}
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.item_list_right,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_count,
children: "32"
children: dataSorce === null || dataSorce === void 0 ? void 0 : dataSorce.examination_bank_num
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.item_list_right_name,
children: "\u6211\u7684\u8BD5\u5377\u6570"
@ -1094,7 +1242,9 @@ var DefendCloud = function DefendCloud(_ref) {
})
}), indexType == 'right' && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: DefendCloudmodules.content,
children: /*#__PURE__*/(0,jsx_runtime.jsx)(DefendCloud_dataInfo, {})
children: /*#__PURE__*/(0,jsx_runtime.jsx)(DefendCloud_dataInfo, {
dataSorce: dataSorce
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: DefendCloudmodules.footer_bg,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {

File diff suppressed because one or more lines are too long

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