车辆对接
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: your name
|
* @Author: your name
|
||||||
* @Date: 2021-11-29 13:50:46
|
* @Date: 2021-11-29 13:50:46
|
||||||
* @LastEditTime: 2022-01-10 16:48:34
|
* @LastEditTime: 2022-01-10 16:51:33
|
||||||
* @LastEditors: Please set LastEditors
|
* @LastEditors: Please set LastEditors
|
||||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||||
* @FilePath: \tms-obc-web\src\app\routes\account\components\edit\edit.component.html
|
* @FilePath: \tms-obc-web\src\app\routes\account\components\edit\edit.component.html
|
||||||
@ -60,7 +60,7 @@
|
|||||||
>
|
>
|
||||||
<div nz-row [nzGutter]="8">
|
<div nz-row [nzGutter]="8">
|
||||||
<div nz-col [nzSpan]="12">
|
<div nz-col [nzSpan]="12">
|
||||||
<input nz-input formControlName="smsVerifyCode" id="smsVerifyCode" />
|
<input nz-input [maxlength]="6" formControlName="smsVerifyCode" id="smsVerifyCode" />
|
||||||
</div>
|
</div>
|
||||||
<div nz-col [nzSpan]="12" style="display: flex; align-items: center;">
|
<div nz-col [nzSpan]="12" style="display: flex; align-items: center;">
|
||||||
<button nz-button *ngIf="count < 1;" (click)="getCaptcha($event)">获取验证码</button>
|
<button nz-button *ngIf="count < 1;" (click)="getCaptcha($event)">获取验证码</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user