diff --git a/public/react/src/modules/courses/coursesHome/CoursesHome.js b/public/react/src/modules/courses/coursesHome/CoursesHome.js
index 962413e54..374094546 100644
--- a/public/react/src/modules/courses/coursesHome/CoursesHome.js
+++ b/public/react/src/modules/courses/coursesHome/CoursesHome.js
@@ -16,7 +16,7 @@ class CoursesHome extends Component{
this.state = {
limit:16,
page:1,
- order:"all",
+ order:"created_at",
coursesHomelist:undefined,
search:"",
}
@@ -118,25 +118,25 @@ class CoursesHome extends Component{
-
this.latestHot(e,1)}>全部
-
-
this.onSwitchChange(e,2)}>我的
-
+ {/*
this.latestHot(e,1)}>全部*/}
+ {/*
*/}
+ {/*
this.onSwitchChange(e,2)}>我的*/}
+ {/*
*/}
-
this.latestHot(e,4)}>最新
@@ -186,26 +186,26 @@ class ShixunCardList extends Component {
-
this.upcircles("asc")}
- >
-
-
- {/**/}
-
-
-
this.upcircles("desc")}
- style={{display:upcircle===true?"none":"block"}}
- >
-
-
- {/**/}
-
-
-
-
+ {/*
this.upcircles("asc")}*/}
+ {/*>*/}
+ {/**/}
+ {/**/}
+ {/*/!**!/*/}
+ {/**/}
+ {/*
*/}
+ {/*
this.upcircles("desc")}*/}
+ {/*style={{display:upcircle===true?"none":"block"}}*/}
+ {/*>*/}
+ {/**/}
+ {/**/}
+ {/*/!**!/*/}
+ {/**/}
+ {/*
*/}
+
+ {/*
*/}
{/* this.Input_search(value)}
autoComplete="off"
> */}
-
-
- {
- this.props.search_tags === null ? "" : this.props.search_tags
- }
+ {/*
*/}
+ {/*
*/}
+ {/*
{*/}
+ {/*this.props.search_tags === null ? "" : this.props.search_tags*/}
+ {/*}*/}
{/*
*/}
{/*/!*
*/}
{/*
*!/*/}
@@ -242,8 +242,8 @@ class ShixunCardList extends Component {
{/*
*/}
{/*
隐藏我的*/}
-
-
+ {/*
*/}
+ {/*
*/}
);
diff --git a/public/react/src/modules/tpm/shixuns/ShixunsIndex.js b/public/react/src/modules/tpm/shixuns/ShixunsIndex.js
index 9a73a2f6d..68652c3d2 100644
--- a/public/react/src/modules/tpm/shixuns/ShixunsIndex.js
+++ b/public/react/src/modules/tpm/shixuns/ShixunsIndex.js
@@ -28,7 +28,7 @@ class ShixunsIndex extends Component {
constructor(props) {
super(props)
this.state={
- order_by: "publish_time",
+ order_by: "new",
page:1,
limit:16,
keyword:"",