车辆对接
This commit is contained in:
@ -115,7 +115,6 @@ export class AccountComponentsEditNameComponent implements OnInit, AfterViewInit
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
maxLength: 6,
|
maxLength: 6,
|
||||||
minLength: 6,
|
minLength: 6,
|
||||||
description: this.codeTips,
|
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'custom',
|
widget: 'custom',
|
||||||
placeholder: '请输入验证码',
|
placeholder: '请输入验证码',
|
||||||
@ -248,7 +247,7 @@ export class AccountComponentsEditNameComponent implements OnInit, AfterViewInit
|
|||||||
voucher: this.voucher,
|
voucher: this.voucher,
|
||||||
...this.sfView.value,
|
...this.sfView.value,
|
||||||
}
|
}
|
||||||
this.service.http.post(this.service.$api_get_verifyPhone, params).subscribe((res) => {
|
this.service.http.post(this.service.$api_set_voucherUpdatePhone, params).subscribe((res) => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.service.msgSrv.success(res.msg);
|
this.service.msgSrv.success(res.msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user