|
|
|
@ -6,8 +6,9 @@ import Dropdownbox from './Dropdownbox';
|
|
|
|
|
import Dynamiclist from './Dynamiclist';
|
|
|
|
|
import NoneData from "../../courses/coursesPublic/NoneData";
|
|
|
|
|
import './Statistics.css';
|
|
|
|
|
|
|
|
|
|
const qs = require('qs');
|
|
|
|
|
const { TabPane } = Tabs;
|
|
|
|
|
|
|
|
|
|
class Statistics extends Component{
|
|
|
|
|
constructor(props){
|
|
|
|
|
super(props);
|
|
|
|
@ -163,7 +164,10 @@ class Statistics extends Component{
|
|
|
|
|
group_id:group_ids
|
|
|
|
|
}
|
|
|
|
|
axios.get(url,{params:
|
|
|
|
|
data
|
|
|
|
|
data,
|
|
|
|
|
paramsSerializer: function(params) {
|
|
|
|
|
return qs.stringify(params, {arrayFormat: 'brackets'})
|
|
|
|
|
}
|
|
|
|
|
}).then((response)=>{
|
|
|
|
|
if(response === undefined){
|
|
|
|
|
return
|
|
|
|
@ -434,7 +438,7 @@ class Statistics extends Component{
|
|
|
|
|
return(
|
|
|
|
|
<Col span={5} className={"relatives"}>
|
|
|
|
|
<li className="pr rankingss">
|
|
|
|
|
<img src="https://test-newweb.educoder.net/images/educoder/huangguan.png" className="huangguans mb5" />
|
|
|
|
|
<img src="https://test-newweb.educoder.net/images/educoder/imperialcrown.png" className="huangguans mb5" />
|
|
|
|
|
<a href={`/users/${item.user_login}`} className="color-dark">
|
|
|
|
|
<img src={getImageUrl(`images/${item.avatar_url}`)} className={"mb10 mt5"}/>
|
|
|
|
|
</a>
|
|
|
|
|