添加银行卡绑卡
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user