添加银行卡绑卡

This commit is contained in:
潘晓云
2022-04-21 20:36:45 +08:00
parent ffdd559370
commit ee4f07ee8d
18 changed files with 683 additions and 67 deletions

View File

@ -49,6 +49,7 @@ import { NzSwitchModule } from 'ng-zorro-antd/switch';
import { NzImageModule } from 'ng-zorro-antd/image';
import { NzDrawerModule } from 'ng-zorro-antd/drawer';
import { NzTreeSelectModule } from 'ng-zorro-antd/tree-select';
import { NzAvatarModule } from 'ng-zorro-antd/avatar';
export const SHARED_ZORRO_MODULES = [
NzButtonModule,
@ -92,5 +93,6 @@ export const SHARED_ZORRO_MODULES = [
NzSwitchModule,
NzImageModule,
NzDrawerModule,
NzTreeSelectModule
NzTreeSelectModule,
NzAvatarModule
];