添加银行卡绑卡

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

@ -0,0 +1,8 @@
<div>
<sf #sf [schema]="schema" button="none" [ui]="ui">
</sf>
<div class="modal-footer" style="margin-left: 120px;">
<button nzType="primary" (click)="submit()" [disabled]="!sf?.valid" [nzLoading]="service.http.loading"
nz-button>保存</button>
</div>
</div>