autoUpdataFile

dev_local_v9_zzxy
eduauto 1 year ago
parent 0981151493
commit 3955bf8752

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

@ -313,8 +313,10 @@ var Comment = function Comment(_ref, ref) {
loading = _ref.loading,
dispatch = _ref.dispatch,
handleClick = _ref.handleClick,
is_author = _ref.is_author,
memoId = _ref.memoId,
allowForbidMsg = _ref.allowForbidMsg;
broadcast_id = _ref.broadcast_id,
dataInfo = _ref.dataInfo;
var _ref2 = forumsDetail.forumsDetailData || {},
memo = _ref2.memo,
memo_replies = _ref2.memo_replies;
@ -453,7 +455,7 @@ var Comment = function Comment(_ref, ref) {
},
children: v.time
})]
}), v.user_id != ((_user$userInfo5 = user.userInfo) === null || _user$userInfo5 === void 0 ? void 0 : _user$userInfo5.user_id) && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
}), v.user_id != ((_user$userInfo5 = user.userInfo) === null || _user$userInfo5 === void 0 ? void 0 : _user$userInfo5.user_id) && is_author && /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
className: "forums-comment-par-delete",
style: {
display: 'none'
@ -504,7 +506,7 @@ var Comment = function Comment(_ref, ref) {
while (1) switch (_context2.prev = _context2.next) {
case 0:
(0,broadcast/* forbid_msg */.eh)({
id: params === null || params === void 0 ? void 0 : params.id,
id: broadcast_id,
user_id: v === null || v === void 0 ? void 0 : v.user_id,
is_forbid_msg: is_forbid_msg
}).then(function (res) {
@ -612,7 +614,7 @@ var Comment = function Comment(_ref, ref) {
params: params,
memo_replies: memo_replies,
forumsDetail: forumsDetail,
allowForbidMsg: allowForbidMsg
allowForbidMsg: !(memo !== null && memo !== void 0 && memo.is_forbid_msg)
}), /*#__PURE__*/(0,jsx_runtime.jsx)(col/* default */.Z, {
span: 24,
className: "mt5 c-light-black",
@ -684,7 +686,7 @@ var Comment = function Comment(_ref, ref) {
style: {
textAlign: 'right'
},
children: [!allowForbidMsg && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: [!(memo !== null && memo !== void 0 && memo.is_forbid_msg) && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "iconfont icon-xiaopinglun mr30 current font14",
onClick: function onClick() {
return setShowItemReply(k);
@ -766,7 +768,7 @@ var Comment = function Comment(_ref, ref) {
})
})]
})
}), !allowForbidMsg && /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
}), !(memo !== null && memo !== void 0 && memo.is_forbid_msg) && /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
className: Commentmodules.reply,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(markdown_editor/* default */.Z, {
onBlur: function onBlur() {
@ -2750,8 +2752,9 @@ var MagazineVerDetail = function MagazineVerDetail() {
}), tabList[tabActive] === '期刊导览' && /*#__PURE__*/(0,jsx_runtime.jsx)(components_Journal, {
search: keyword
}), tabList[tabActive] === '在线投稿' && /*#__PURE__*/(0,jsx_runtime.jsx)(Submission, {}), tabList[tabActive] === '评论互动' && (data !== null && data !== void 0 && data.memo_id ? /*#__PURE__*/(0,jsx_runtime.jsx)(components_Comment, {
broadcast_id: data === null || data === void 0 ? void 0 : data.broadcast_id,
memoId: data === null || data === void 0 ? void 0 : data.memo_id,
allowForbidMsg: data === null || data === void 0 ? void 0 : data.is_forbid_msg
is_author: data === null || data === void 0 ? void 0 : data.is_author
}) : /*#__PURE__*/(0,jsx_runtime.jsx)(NoData/* default */.Z, {})), tabList[tabActive] === '投稿审核' && /*#__PURE__*/(0,jsx_runtime.jsx)(Review, {})]
})]
})

@ -83,7 +83,7 @@
left: -8.8vw;
background: linear-gradient(90deg, rgba(0, 133, 216, 0) 0%, #004EAF 100%);
opacity: 0.8;
margin-top: 3vh;
margin-top: 5vh;
display: flex;
align-items: center;
justify-content: flex-end;
@ -178,7 +178,9 @@
margin-left: 0.2vw;
}
.detail___IE98U,
.detail1___zHTxL {
.detail1___zHTxL,
.detail3___pGJ_q,
.detail4___osrT9 {
position: absolute;
bottom: -5.1%;
width: 93%;
@ -243,7 +245,49 @@
border-radius: 0px 5px 5px 0px;
overflow: hidden;
}
.bottom_list1___Yo7gx:hover {
.sbgl_warp___vUnRb {
display: flex;
justify-content: space-between;
align-content: space-between;
flex-wrap: wrap;
width: 100%;
height: 100%;
}
.wzgl_warp___QxAVL {
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
width: 100%;
height: 100%;
}
.bottom_list3___jCib4 {
width: 49%;
height: 48%;
position: relative;
cursor: pointer;
overflow: hidden;
}
.bottom_list4___eojVX {
width: 31%;
height: 38%;
position: relative;
cursor: pointer;
overflow: hidden;
margin: 1vw 0.5vw;
}
.detail3___pGJ_q {
bottom: -4.1%;
width: 95%;
}
.detail4___osrT9 {
bottom: -6.1%;
width: 95%;
}
.bottom_list1___Yo7gx:hover,
.bottom_list___MNE7M:hover,
.bottom_list3___jCib4:hover,
.bottom_list4___eojVX:hover {
outline: 1px solid #59B6F4;
box-shadow: 0px 0px 6px 0px #82CEF9;
}

@ -24,7 +24,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
var _umi_production_exports = __webpack_require__(88271);
;// CONCATENATED MODULE: ./src/pages/NewHomeEntrance1/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var NewHomeEntrance1modules = ({"homeEntrance":"homeEntrance___MyCMy","go_back":"go_back___uP7d0","heard_warp":"heard_warp___IPU2u","info_con":"info_con___DQWVI","left_Warp":"left_Warp___yOqIn","tabs":"tabs____LrNs","con_img":"con_img___U8H2R","right_Warp":"right_Warp___pkVIA","title":"title___Wvyt0","con_text":"con_text___cuWmr","detail_btn":"detail_btn___B3mW1","text3":"text3___kgmiO","text4":"text4___hjJHl","text5":"text5___klMzn","text3_active":"text3_active___ETqmQ","text4_active":"text4_active___pWHSi","text5_active":"text5_active___YfsF_","content":"content___TrM8Y","ts":"ts___N9uUa","detail":"detail___IE98U","detail1":"detail1___zHTxL","sy_top_bom":"sy_top_bom___Zo69t","sy_top_bom1":"sy_top_bom1___hj0mc","bottom_list":"bottom_list___MNE7M","bottom_list1":"bottom_list1___Yo7gx"});
/* harmony default export */ var NewHomeEntrance1modules = ({"homeEntrance":"homeEntrance___MyCMy","go_back":"go_back___uP7d0","heard_warp":"heard_warp___IPU2u","info_con":"info_con___DQWVI","left_Warp":"left_Warp___yOqIn","tabs":"tabs____LrNs","con_img":"con_img___U8H2R","right_Warp":"right_Warp___pkVIA","title":"title___Wvyt0","con_text":"con_text___cuWmr","detail_btn":"detail_btn___B3mW1","text3":"text3___kgmiO","text4":"text4___hjJHl","text5":"text5___klMzn","text3_active":"text3_active___ETqmQ","text4_active":"text4_active___pWHSi","text5_active":"text5_active___YfsF_","content":"content___TrM8Y","ts":"ts___N9uUa","detail":"detail___IE98U","detail1":"detail1___zHTxL","detail3":"detail3___pGJ_q","detail4":"detail4___osrT9","sy_top_bom":"sy_top_bom___Zo69t","sy_top_bom1":"sy_top_bom1___hj0mc","bottom_list":"bottom_list___MNE7M","bottom_list1":"bottom_list1___Yo7gx","sbgl_warp":"sbgl_warp___vUnRb","wzgl_warp":"wzgl_warp___QxAVL","bottom_list3":"bottom_list3___jCib4","bottom_list4":"bottom_list4___eojVX"});
// EXTERNAL MODULE: ./src/utils/authority.ts
var authority = __webpack_require__(64118);
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
@ -38,7 +38,7 @@ var jsx_runtime = __webpack_require__(37712);
var NewHomeEntrance1 = function NewHomeEntrance1(_ref) {
var _data$current, _data$current2, _data$current3, _data$current4, _data$current5, _data$current6, _data$current7;
var _data$current, _data$current2, _data$current3, _data$current4, _data$current5, _data$current6, _data$current7, _data$current8, _data$current9, _data$current10, _data$current11;
var user = _ref.user,
dispatch = _ref.dispatch;
var _useState = (0,_react_17_0_2_react.useState)(0),
@ -143,17 +143,99 @@ var NewHomeEntrance1 = function NewHomeEntrance1(_ref) {
}, {
name: '设备管理',
className: 'text4',
url: '/equipment/information',
title: '在线管理,设备尽在掌握',
content: '动态更新库存数量,物资采购到使用的全过程追踪,确保可追溯性',
img: __webpack_require__(/*! ./img/设备管理.png */ 45881)
dom: function dom() {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance1modules.sbgl_warp,
children: [{
url: '',
img: __webpack_require__(/*! ./img/设备信息管理.png */ 1098)
}, {
url: '',
img: __webpack_require__(/*! ./img/设备在线监控.png */ 95011)
}, {
url: '',
img: __webpack_require__(/*! ./img/设备类型管理.png */ 76855)
}, {
url: '',
img: __webpack_require__(/*! ./img/保养信息管理.png */ 51046)
}].map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance1modules.bottom_list3,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: item === null || item === void 0 ? void 0 : item.img,
style: {
position: 'relative',
width: '100%',
height: '100%'
}
}, index), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance1modules.detail3,
children: ["\u67E5\u770B\u8BE6\u60C5", /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/箭头.png */ 70514),
style: {
width: '1.2vw',
height: '1vh',
marginLeft: '0.3vw',
marginRight: '1vw'
}
})]
})]
}, index);
})
});
}
}, {
name: '物资管理',
className: 'text4',
url: '/materials/itemAssets',
title: '智能追踪,轻松管理',
content: '动态更新库存数量,物资采购到使用的全过程追踪,确保可追溯性',
img: __webpack_require__(/*! ./img/物资管理.png */ 1546)
dom: function dom() {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance1modules.wzgl_warp,
children: [{
url: '',
img: __webpack_require__(/*! ./img/物资类别.png */ 48771)
}, {
url: '',
img: __webpack_require__(/*! ./img/物资管理.png */ 1546)
}, {
url: '',
img: __webpack_require__(/*! ./img/领用申请管理.png */ 49764)
}, {
url: '',
img: __webpack_require__(/*! ./img/采购申请管理.png */ 42078)
}, {
url: '',
img: __webpack_require__(/*! ./img/入账管理.png */ 90365)
}].map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance1modules.bottom_list4,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: item === null || item === void 0 ? void 0 : item.img,
style: {
position: 'relative',
width: '100%',
height: '100%'
}
}, index), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance1modules.detail4,
children: ["\u67E5\u770B\u8BE6\u60C5", /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/箭头.png */ 70514),
style: {
width: '1.2vw',
height: '1vh',
marginLeft: '0.3vw',
marginRight: '1vw'
}
})]
})]
}, index);
})
});
}
}, {
name: '教学课堂',
className: 'text4',
@ -162,8 +244,6 @@ var NewHomeEntrance1 = function NewHomeEntrance1(_ref) {
content: '提供在线预约、智能资源分配、多级审批流程等功能,确保实验空间及其他设施的合理利用',
img: __webpack_require__(/*! ./img/教学课堂.png */ 88500)
}];
//<img src={require(`./img/${data[current]?.name}.png`)} style={{ width: '44.5vw', height: '49.5vh' }} />
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance1modules.homeEntrance,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
@ -189,20 +269,26 @@ var NewHomeEntrance1 = function NewHomeEntrance1(_ref) {
children: item.name
}, index);
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance1modules.con_img,
children: ((_data$current = data[current]) === null || _data$current === void 0 ? void 0 : _data$current.name) == '实验室管理' && data[current].dom()
children: [((_data$current = data[current]) === null || _data$current === void 0 ? void 0 : _data$current.name) == '实验室管理' && data[current].dom(), ((_data$current2 = data[current]) === null || _data$current2 === void 0 ? void 0 : _data$current2.name) == '设备管理' && data[current].dom(), ((_data$current3 = data[current]) === null || _data$current3 === void 0 ? void 0 : _data$current3.name) == '物资管理' && data[current].dom(), ((_data$current4 = data[current]) === null || _data$current4 === void 0 ? void 0 : _data$current4.name) == '教学课堂' && /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(29781)("./".concat((_data$current5 = data[current]) === null || _data$current5 === void 0 ? void 0 : _data$current5.name, ".png")),
style: {
width: '44.5vw',
height: '53.4vh'
}
})]
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance1modules.right_Warp,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance1modules.title,
children: (_data$current2 = data[current]) === null || _data$current2 === void 0 ? void 0 : _data$current2.title
children: (_data$current6 = data[current]) === null || _data$current6 === void 0 ? void 0 : _data$current6.title
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance1modules.con_text,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance1modules.content,
children: (_data$current3 = data[current]) === null || _data$current3 === void 0 ? void 0 : _data$current3.content
children: (_data$current7 = data[current]) === null || _data$current7 === void 0 ? void 0 : _data$current7.content
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
@ -217,9 +303,9 @@ var NewHomeEntrance1 = function NewHomeEntrance1(_ref) {
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance1modules.ts,
children: ((_data$current4 = data[current]) === null || _data$current4 === void 0 ? void 0 : _data$current4.name) == '实验室管理' ? '成果展示' : '注意事项'
children: ((_data$current8 = data[current]) === null || _data$current8 === void 0 ? void 0 : _data$current8.name) == '实验室管理' ? '成果展示' : '注意事项'
})]
}), ((_data$current5 = data[current]) === null || _data$current5 === void 0 ? void 0 : _data$current5.name) == '实验室管理' ? /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
}), ((_data$current9 = data[current]) === null || _data$current9 === void 0 ? void 0 : _data$current9.name) == '实验室管理' ? /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance1modules.content,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ./img/成果.png */ 39844),
@ -229,14 +315,14 @@ var NewHomeEntrance1 = function NewHomeEntrance1(_ref) {
})
}) : /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance1modules.content,
children: (_data$current6 = data[current]) === null || _data$current6 === void 0 ? void 0 : _data$current6.content
children: (_data$current10 = data[current]) === null || _data$current10 === void 0 ? void 0 : _data$current10.content
})]
}), !['实验室管理'].includes((_data$current7 = data[current]) === null || _data$current7 === void 0 ? void 0 : _data$current7.name) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
}), !['实验室管理', '设备管理', '物资管理'].includes((_data$current11 = data[current]) === null || _data$current11 === void 0 ? void 0 : _data$current11.name) && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance1modules.detail_btn,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
onClick: function onClick() {
var _data$current8;
return _umi_production_exports.history.push((_data$current8 = data[current]) === null || _data$current8 === void 0 ? void 0 : _data$current8.url);
var _data$current12;
return _umi_production_exports.history.push((_data$current12 = data[current]) === null || _data$current12 === void 0 ? void 0 : _data$current12.url);
},
children: "\u67E5\u770B\u8BE6\u60C5"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("img", {

@ -0,0 +1,243 @@
"use strict";
(self["webpackChunk"] = self["webpackChunk"] || []).push([[51220],{
/***/ 15384:
/*!**********************************************************!*\
!*** ./src/pages/NewHomeEntrance2/index.tsx + 1 modules ***!
\**********************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
// ESM COMPAT FLAG
__webpack_require__.r(__webpack_exports__);
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
"default": function() { return /* binding */ pages_NewHomeEntrance2; }
});
// 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);
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/index.js
var _react_17_0_2_react = __webpack_require__(59301);
// EXTERNAL MODULE: ./src/.umi-production/exports.ts
var _umi_production_exports = __webpack_require__(88271);
;// CONCATENATED MODULE: ./src/pages/NewHomeEntrance2/index.less?modules
// extracted by mini-css-extract-plugin
/* harmony default export */ var NewHomeEntrance2modules = ({"homeEntrance":"homeEntrance___tak0H","go_back":"go_back___m4E4r","heard_warp":"heard_warp___tKM5Z","info_con":"info_con___nuPIz","info_con1":"info_con1___VIGYL","left_Warp":"left_Warp___GUaz4","tabs":"tabs___wAxim","con_img":"con_img___uv4vR","right_Warp":"right_Warp___h1qeW","title":"title___gkoO_","con_text":"con_text___KYIdy","detail_btn":"detail_btn___trbqe","detail_btn1":"detail_btn1___ardDD","text3":"text3___d7ppj","text4":"text4___CO6Dv","text5":"text5___arGZU","text3_active":"text3_active___Thg8q","text4_active":"text4_active___ZvCLL","text5_active":"text5_active___pzZ7c","content":"content___B3Rlk","ts":"ts___qSAeV"});
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
var jsx_runtime = __webpack_require__(37712);
;// CONCATENATED MODULE: ./src/pages/NewHomeEntrance2/index.tsx
var NewHomeEntrance2 = function NewHomeEntrance2(_ref) {
var _data$current2, _data$current3, _data$current4, _data$current5, _data$current6;
var user = _ref.user,
dispatch = _ref.dispatch;
var _useState = (0,_react_17_0_2_react.useState)(0),
_useState2 = slicedToArray_default()(_useState, 2),
current = _useState2[0],
setCurrent = _useState2[1];
(0,_react_17_0_2_react.useEffect)(function () {
var _user$userInfo;
if (!((_user$userInfo = user.userInfo) !== null && _user$userInfo !== void 0 && _user$userInfo.login)) {
_umi_production_exports.history.push('/homeEntrance');
}
}, []);
var data = [{
name: '通知公告',
className: 'text4',
url: '/broadcast',
title: '在线管理,设备尽在掌握',
content: '动态更新库存数量,物资采购到使用的全过程追踪,确保可追溯性',
img: __webpack_require__(/*! ../NewHomeEntrance1/img/设备管理.png */ 45881)
}, {
name: '在线咨询',
className: 'text4',
url: '/counselling/expertList/',
title: '智能追踪,轻松管理',
content: '动态更新库存数量,物资采购到使用的全过程追踪,确保可追溯性',
img: __webpack_require__(/*! ../NewHomeEntrance1/img/物资管理.png */ 1546)
}, {
name: '云杂志',
className: 'text3',
url: '/magazine',
title: '预约先行,科研无忧',
content: '提供在线预约、智能资源分配、多级审批流程等功能,确保实验空间及其他设施的合理利用',
img: __webpack_require__(/*! ../NewHomeEntrance1/img/实验室管理.png */ 94120)
}, {
name: '比武练兵',
className: 'text4',
url: '/competitions',
title: '支持SPOC让教学管理更简',
content: '提供在线预约、智能资源分配、多级审批流程等功能,确保实验空间及其他设施的合理利用',
img: __webpack_require__(/*! ../NewHomeEntrance1/img/教学课堂.png */ 88500)
}, {
name: '实践项目',
className: 'text4',
url: '/shixuns',
title: '支持SPOC让教学管理更简',
content: '提供在线预约、智能资源分配、多级审批流程等功能,确保实验空间及其他设施的合理利用',
img: __webpack_require__(/*! ../NewHomeEntrance1/img/教学课堂.png */ 88500)
}];
var lineChat = function lineChat() {
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance2modules.info_con1,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance2modules.tabs,
children: data.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "".concat(NewHomeEntrance2modules[item.className], " ").concat(current === index ? NewHomeEntrance2modules["".concat(item.className, "_active")] : ''),
onClick: function onClick() {
setCurrent(index);
},
children: item.name
}, index);
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
width: '70vw',
height: '58vh',
display: 'flex',
justifyContent: 'center',
alignContent: 'center',
flexWrap: 'wrap'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ../NewHomeEntrance1/img/在线咨询1.png */ 54016),
style: {
width: '27vw',
height: '33vh',
marginRight: '1.5vw'
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ../NewHomeEntrance1/img/在线咨询2.png */ 68892),
style: {
width: '27vw',
height: '33vh'
}
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance2modules.detail_btn1,
onClick: function onClick() {
var _data$current;
return _umi_production_exports.history.push((_data$current = data[current]) === null || _data$current === void 0 ? void 0 : _data$current.url);
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u67E5\u770B\u8BE6\u60C5"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ../NewHomeEntrance1/img/箭头.png */ 70514),
style: {
width: '1.2vw',
height: '1vh',
marginLeft: '0.3vw'
}
})]
})]
})]
});
};
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance2modules.homeEntrance,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance2modules.heard_warp
}), /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ../NewHomeEntranceClassify/img/go_back.png */ 29526),
className: NewHomeEntrance2modules.go_back,
onClick: function onClick() {
return _umi_production_exports.history.push('/homeEntranceClassify');
}
}), ((_data$current2 = data[current]) === null || _data$current2 === void 0 ? void 0 : _data$current2.name) == '在线咨询' ? lineChat() : /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance2modules.info_con,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance2modules.tabs,
children: data.map(function (item, index) {
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: "".concat(NewHomeEntrance2modules[item.className], " ").concat(current === index ? NewHomeEntrance2modules["".concat(item.className, "_active")] : ''),
onClick: function onClick() {
setCurrent(index);
},
children: item.name
}, index);
})
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance2modules.left_Warp,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance2modules.con_img,
children: /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(29781)("./".concat((_data$current3 = data[current]) === null || _data$current3 === void 0 ? void 0 : _data$current3.name, ".png")),
style: {
width: '44.5vw',
height: '49.5vh'
}
})
})
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance2modules.right_Warp,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance2modules.title
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance2modules.con_text,
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance2modules.content,
children: (_data$current4 = data[current]) === null || _data$current4 === void 0 ? void 0 : _data$current4.content
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
display: 'flex',
alignItems: 'center',
marginBottom: '0.5vh'
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
style: {
width: '0.5vw',
height: '1.8vh',
background: '#4CBEFF'
}
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance2modules.ts,
children: ((_data$current5 = data[current]) === null || _data$current5 === void 0 ? void 0 : _data$current5.name) == '通知公告' ? '详情' : '注意事项'
})]
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
className: NewHomeEntrance2modules.content,
children: (_data$current6 = data[current]) === null || _data$current6 === void 0 ? void 0 : _data$current6.content
})]
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
className: NewHomeEntrance2modules.detail_btn,
onClick: function onClick() {
var _data$current7;
return _umi_production_exports.history.push((_data$current7 = data[current]) === null || _data$current7 === void 0 ? void 0 : _data$current7.url);
},
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
children: "\u67E5\u770B\u8BE6\u60C5"
}), /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
src: __webpack_require__(/*! ../NewHomeEntrance1/img/箭头.png */ 70514),
style: {
width: '1.2vw',
height: '1vh',
marginLeft: '0.3vw',
marginRight: '2vw'
}
})]
})]
})]
})]
});
};
/* harmony default export */ var pages_NewHomeEntrance2 = ((0,_umi_production_exports.connect)(function (_ref2) {
var user = _ref2.user;
return {
user: user
};
})(NewHomeEntrance2));
/***/ })
}]);

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

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