车辆对接
This commit is contained in:
@ -154,9 +154,12 @@ export class AccountComponentsCenterComponent implements OnInit {
|
||||
edit(tpye: string) {
|
||||
if (tpye === 'phone') {
|
||||
const modalRef = this.modalService.create({
|
||||
nzTitle: '修改用户名',
|
||||
nzTitle: '验证手机号码',
|
||||
nzContent: AccountComponentsEditNameComponent,
|
||||
nzComponentParams: { },
|
||||
nzComponentParams: {
|
||||
i: this.infoData
|
||||
},
|
||||
nzFooter: null
|
||||
});
|
||||
modalRef.afterClose.subscribe((result: any) => {
|
||||
if (result === true) {
|
||||
|
||||
Reference in New Issue
Block a user