parent
f9204aa0ff
commit
f015c25e97
File diff suppressed because it is too large
Load Diff
@ -1,423 +0,0 @@
|
||||
"use strict";
|
||||
(self["webpackChunk"] = self["webpackChunk"] || []).push([[6218],{
|
||||
|
||||
/***/ 78552:
|
||||
/*!*********************************************************!*\
|
||||
!*** ./src/pages/Magazine/Detail/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 */ Detail; }
|
||||
});
|
||||
|
||||
// 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/asyncToGenerator.js
|
||||
var asyncToGenerator = __webpack_require__(41498);
|
||||
var asyncToGenerator_default = /*#__PURE__*/__webpack_require__.n(asyncToGenerator);
|
||||
// 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/utils/fetch.ts
|
||||
var fetch = __webpack_require__(82710);
|
||||
// EXTERNAL MODULE: ./src/.umi-production/exports.ts
|
||||
var _umi_production_exports = __webpack_require__(88271);
|
||||
;// CONCATENATED MODULE: ./src/pages/Magazine/Detail/index.less
|
||||
// extracted by mini-css-extract-plugin
|
||||
|
||||
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
|
||||
var env = __webpack_require__(69423);
|
||||
// EXTERNAL MODULE: ./node_modules/_react@17.0.2@react/jsx-runtime.js
|
||||
var jsx_runtime = __webpack_require__(37712);
|
||||
;// CONCATENATED MODULE: ./src/pages/Magazine/Detail/index.tsx
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var DDS_lanhupage_0 = function DDS_lanhupage_0() {
|
||||
var _data$categories;
|
||||
var params = (0,_umi_production_exports.useParams)();
|
||||
var _useState = (0,_react_17_0_2_react.useState)({}),
|
||||
_useState2 = slicedToArray_default()(_useState, 2),
|
||||
data = _useState2[0],
|
||||
setData = _useState2[1];
|
||||
(0,_react_17_0_2_react.useEffect)(function () {
|
||||
getData();
|
||||
}, []);
|
||||
var getData = /*#__PURE__*/function () {
|
||||
var _ref = asyncToGenerator_default()( /*#__PURE__*/regeneratorRuntime_default()().mark(function _callee() {
|
||||
var res;
|
||||
return regeneratorRuntime_default()().wrap(function _callee$(_context) {
|
||||
while (1) switch (_context.prev = _context.next) {
|
||||
case 0:
|
||||
_context.next = 2;
|
||||
return (0,fetch/* default */.ZP)("/api/magazines/".concat(params === null || params === void 0 ? void 0 : params.id, ".json"), {
|
||||
method: 'get'
|
||||
});
|
||||
case 2:
|
||||
res = _context.sent;
|
||||
if ((res === null || res === void 0 ? void 0 : res.status) === 0) {
|
||||
setData(res === null || res === void 0 ? void 0 : res.data);
|
||||
}
|
||||
case 4:
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _callee);
|
||||
}));
|
||||
return function getData() {
|
||||
return _ref.apply(this, arguments);
|
||||
};
|
||||
}();
|
||||
console.log(data, 'data');
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "yunzhazhi-detail-wrp",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "yunzhazhi-detail-container",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "page flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "box_12 flex-col",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "box_13 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "block_1 flex-row",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "image_4",
|
||||
src: data.cover_url ? env/* default */.Z.API_SERVER + data.cover_url : ''
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "group_33 flex-col",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_4",
|
||||
children: (data === null || data === void 0 ? void 0 : data.name) || '--'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "text-wrapper_43 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_5",
|
||||
children: "\u4E3B\u7F16"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_6",
|
||||
children: (data === null || data === void 0 ? void 0 : data.author_names) || '--'
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "text-wrapper_44 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_7",
|
||||
children: "\u5206\u7C7B"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_8",
|
||||
children: (data === null || data === void 0 ? void 0 : data.type) || '--'
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "text-wrapper_45 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_9",
|
||||
children: "\u6587\u7AE0\u6570"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_10",
|
||||
children: (data === null || data === void 0 ? void 0 : data.articles_count) || 0
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "text-wrapper_46 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_11",
|
||||
children: "\u7B80\u4ECB"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_12",
|
||||
children: (data === null || data === void 0 ? void 0 : data.description) || ''
|
||||
})]
|
||||
})]
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "block_2 flex-col",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_6 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_13",
|
||||
children: "\u5FEB\u901F\u5165\u53E3"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "box_1 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "group_3 flex-row",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_3",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng26e903dc3d9c5fac79ac17006d208096e568eb4237d78363005335995812774f'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_14",
|
||||
children: "\u8FDB\u5EA6\u67E5\u8BE2"
|
||||
})]
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "box_2 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_4",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng9366fe2cff497bce7a1868fd9e64d2b8b23e15ef0ebca1faa9642d83a30b7f3e'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_15",
|
||||
children: "\u5728\u7EBF\u6295\u7A3F"
|
||||
})]
|
||||
})]
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "section_5 flex-col",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "section_7 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "box_4 flex-row",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_7 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_16",
|
||||
children: "\u671F\u520A\u5BFC\u89C8"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_17",
|
||||
children: "\u5728\u7EBF\u6295\u7A3F"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_18",
|
||||
children: "\u8BC4\u8BBA\u4E92\u52A8"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_19",
|
||||
children: "\u6295\u7A3F\u5BA1\u6838"
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "box_5 flex-row",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_20",
|
||||
children: "\u520A\u5185\u641C\u7D22"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_5",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng6aa4f15e3a1da75ee6ea15329dd4953f580097155592dc4cdaf0487ed77e199f'
|
||||
})]
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "section_8 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "group_4 flex-col",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "image-text_27 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_6",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng9d9f82d5f79968f1736da4cbf304623df8d4bd2b29611d72043c46aad1038ac0'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text-group_1",
|
||||
children: "\u65E5\u671F\u9009\u62E9"
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "image-text_28 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_7",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPnge1d37373820574c81a354924ba8dfda0cc8cdac908b2763ed158642dcc2ba8f4'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text-group_2",
|
||||
children: "2025"
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "box_14 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "box_15 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_18 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_31",
|
||||
children: "12"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_17 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_30",
|
||||
children: "11"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_38 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_51",
|
||||
children: "10"
|
||||
})
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_16 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_29",
|
||||
children: "9"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_15 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_28",
|
||||
children: "8"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_14 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_27",
|
||||
children: "7"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_13 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_26",
|
||||
children: "6"
|
||||
})
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "box_16 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_12 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_25",
|
||||
children: "5"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_11 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_24",
|
||||
children: "4"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_10 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_23",
|
||||
children: "3"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_9 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_22",
|
||||
children: "2"
|
||||
})
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "text-wrapper_8 flex-col",
|
||||
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_21",
|
||||
children: "1"
|
||||
})
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "group_10 flex-col"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "image-text_29 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_8",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng87fac6c2e31773c5b827ba6cde053482efd9a8c032f53d9a7281387f69e080be'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text-group_3",
|
||||
children: "2024"
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "group_11 flex-col"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "image-text_30 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_9",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng87fac6c2e31773c5b827ba6cde053482efd9a8c032f53d9a7281387f69e080be'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text-group_4",
|
||||
children: "2023"
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "group_12 flex-col"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "image-text_31 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_10",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng87fac6c2e31773c5b827ba6cde053482efd9a8c032f53d9a7281387f69e080be'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text-group_5",
|
||||
children: "2022"
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "group_13 flex-col"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "image-text_32 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_11",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng87fac6c2e31773c5b827ba6cde053482efd9a8c032f53d9a7281387f69e080be'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text-group_6",
|
||||
children: "2021"
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "group_14 flex-col"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "image-text_33 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_12",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng87fac6c2e31773c5b827ba6cde053482efd9a8c032f53d9a7281387f69e080be'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text-group_7",
|
||||
children: "2020"
|
||||
})]
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "section_9 flex-col",
|
||||
children: data === null || data === void 0 || (_data$categories = data.categories) === null || _data$categories === void 0 ? void 0 : _data$categories.map(function (item, i) {
|
||||
var _item$articles;
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "flex-col",
|
||||
style: {
|
||||
marginTop: i === 0 ? 0 : 40
|
||||
},
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "group_34 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "group_17 flex-col"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_52",
|
||||
children: item.name
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_53",
|
||||
children: item.description
|
||||
}), item === null || item === void 0 || (_item$articles = item.articles) === null || _item$articles === void 0 ? void 0 : _item$articles.map(function (er, ei) {
|
||||
return /*#__PURE__*/(0,jsx_runtime.jsxs)(_react_17_0_2_react.Fragment, {
|
||||
children: [ei !== 0 && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
||||
className: "group_19 flex-col"
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "group_35 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
||||
className: "image-text_34 flex-row justify-between",
|
||||
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("img", {
|
||||
className: "thumbnail_13",
|
||||
src: 'https://lanhu-oss.lanhuapp.com/SketchPng98ab9ec86582b97217a711b65febcd487ab8d2226016b85f5b945e88f0360971'
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text-group_8",
|
||||
children: er === null || er === void 0 ? void 0 : er.title
|
||||
})]
|
||||
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
||||
className: "text_54",
|
||||
children: (er === null || er === void 0 ? void 0 : er.author_names) || '-'
|
||||
})]
|
||||
})]
|
||||
}, er.id);
|
||||
})]
|
||||
}, item.id);
|
||||
})
|
||||
})]
|
||||
})]
|
||||
})]
|
||||
})
|
||||
})
|
||||
})
|
||||
});
|
||||
};
|
||||
/* harmony default export */ var Detail = (DDS_lanhupage_0);
|
||||
|
||||
/***/ })
|
||||
|
||||
}]);
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue