批量审核
This commit is contained in:
@ -135,19 +135,7 @@ export class AccountComponentsCenterComponent implements OnInit {
|
||||
}
|
||||
getInfo() {
|
||||
this.service.http.post(this.service.$api_get_current_user_info).subscribe((res) => {
|
||||
console.log(res)
|
||||
this.infoData = res.data;
|
||||
// this.infoData.avatar = [
|
||||
// {
|
||||
// uid: -1,
|
||||
// name: 'LOGO',
|
||||
// status: 'done',
|
||||
// url: res.data.avatar,
|
||||
// response: {
|
||||
// url: res.data.avatar,
|
||||
// },
|
||||
// },
|
||||
// ];
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user