this.latestHot(e,1)}>全部*/}
diff --git a/public/react/src/modules/user/usersInfo/InfosShixun.js b/public/react/src/modules/user/usersInfo/InfosShixun.js
index b5811e44f..b45ba65f6 100644
--- a/public/react/src/modules/user/usersInfo/InfosShixun.js
+++ b/public/react/src/modules/user/usersInfo/InfosShixun.js
@@ -9,6 +9,7 @@ import { setImagesUrl } from 'educoder';
import "./usersInfo.css"
import Create from './publicCreatNew'
+import GotoQQgroup from "../../../modal/GotoQQgroup";
class InfosShixun extends Component{
constructor(props){
@@ -22,7 +23,8 @@ class InfosShixun extends Component{
sort_by: "updated_at",
sort_direction: "desc",
totalCount:undefined,
- data:undefined
+ data:undefined,
+ goshowqqgtounp:false,
}
}
@@ -144,6 +146,13 @@ class InfosShixun extends Component{
this.getCourses(category, status, sort_by, page, sort_directiony);
}
+ // 处理弹框
+ setgoshowqqgtounp=(bool)=>{
+ this.setState({
+ goshowqqgtounp:bool
+ })
+ }
+
render(){
let{
@@ -154,7 +163,8 @@ class InfosShixun extends Component{
data,
totalCount,
sort_direction,
- isSpin
+ isSpin,
+ goshowqqgtounp
} = this.state;
let is_current=this.props.is_current;
@@ -171,6 +181,12 @@ class InfosShixun extends Component{
);
return(
+ {
+ goshowqqgtounp===true?
+ this.setgoshowqqgtounp(bool)}>
+ :
+ ""
+ }