+ }
+
)
-}
\ No newline at end of file
+}
+
+export default SnackbarHOC()(TPMIndexHOC(Home))
\ No newline at end of file
diff --git a/public/react/src/modules/home/list-container.jsx b/public/react/src/modules/home/list-container.jsx
new file mode 100644
index 000000000..4de3adaab
--- /dev/null
+++ b/public/react/src/modules/home/list-container.jsx
@@ -0,0 +1,17 @@
+import React from 'react'
+import { Link } from "react-router-dom"
+
+export default ({ children, title, titleEn, to }) => {
+ return (
+
+
+
{title}
+
{titleEn}
+
+ 更多
+
+ {children}
+
+
+ )
+}
\ No newline at end of file
diff --git a/public/react/src/modules/home/shixunsHome.js b/public/react/src/modules/home/shixunsHome.js
index e1e2eb8b3..bdb3a1f74 100644
--- a/public/react/src/modules/home/shixunsHome.js
+++ b/public/react/src/modules/home/shixunsHome.js
@@ -303,17 +303,18 @@ class ShixunsHome extends Component {
}
{/*精选实训 改为 开发社区*/}
- {shixuntype === true || homedatalist === undefined ? "" : homedatalist.shixuns.length === 0 ? "" :