forked from Gitlink/forgeplus-react
贡献者返回字段改为list
This commit is contained in:
parent
7416d9bcb6
commit
d03182cbd4
|
@ -31,7 +31,7 @@ function Contribute(props){
|
|||
}
|
||||
}).then(result=>{
|
||||
if(result){
|
||||
setList(result.data.contributors);
|
||||
setList(result.data.list);
|
||||
setTotal(result.data.total_count);
|
||||
setIsSpin(false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue