|
|
|
|
@ -761,6 +761,9 @@ var Experiment_CustomTabs = function CustomTabs(_ref) {
|
|
|
|
|
var substance_names = item === null || item === void 0 || (_item$substance_names = item.substance_names) === null || _item$substance_names === void 0 ? void 0 : _item$substance_names.join('、');
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: Experimentmodules.li,
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
return (0,util/* openNewWindow */.xg)("/laboratory/openReservation/".concat(item.id, "?labName=").concat(item === null || item === void 0 ? void 0 : item.name, "&roomName=").concat(item === null || item === void 0 ? void 0 : item.classroom_room_name));
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
|
|
|
src: "".concat(env/* default */.Z.IMG_SERVER, "/").concat(item === null || item === void 0 ? void 0 : item.image)
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
|
|
|
|
|
@ -944,6 +947,9 @@ var Activity_CustomTabs = function CustomTabs(_ref) {
|
|
|
|
|
}).join('、');
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: Activitymodules.li,
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
return (0,util/* openNewWindow */.xg)("/practices/".concat(item === null || item === void 0 ? void 0 : item.id, "/detail"));
|
|
|
|
|
},
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
|
|
|
|
src: "".concat(env/* default */.Z.IMG_SERVER).concat(item === null || item === void 0 || (_item$bg_file = item.bg_file) === null || _item$bg_file === void 0 ? void 0 : _item$bg_file.url)
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("aside", {
|