优化
This commit is contained in:
@ -40,7 +40,8 @@
|
|||||||
</nz-list-item-meta>
|
</nz-list-item-meta>
|
||||||
<div class="item-btn"><a (click)="edit('password')">修改</a></div>
|
<div class="item-btn"><a (click)="edit('password')">修改</a></div>
|
||||||
</nz-list-item>
|
</nz-list-item>
|
||||||
<nz-list-item *ngIf="defaultCompany.enterpriseId">
|
<!-- <nz-list-item *ngIf="defaultCompany.enterpriseId"> -->
|
||||||
|
<nz-list-item>
|
||||||
<nz-list-item-meta>
|
<nz-list-item-meta>
|
||||||
<nz-list-item-meta-title>
|
<nz-list-item-meta-title>
|
||||||
<div nz-row [nzGutter]="16">
|
<div nz-row [nzGutter]="16">
|
||||||
|
|||||||
@ -138,7 +138,8 @@ export class AccountComponentsCenterComponent implements OnInit {
|
|||||||
getInfo() {
|
getInfo() {
|
||||||
this.service.http.post(this.service.$api_get_current_user_info).subscribe((res) => {
|
this.service.http.post(this.service.$api_get_current_user_info).subscribe((res) => {
|
||||||
this.infoData = res.data;
|
this.infoData = res.data;
|
||||||
this.getDeafaultCompany();
|
// this.getDeafaultCompany();
|
||||||
|
this.getPayPw();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user