车辆对接
This commit is contained in:
@ -115,7 +115,6 @@ export class AccountComponentsEditNameComponent implements OnInit, AfterViewInit
|
||||
type: 'string',
|
||||
maxLength: 6,
|
||||
minLength: 6,
|
||||
description: this.codeTips,
|
||||
ui: {
|
||||
widget: 'custom',
|
||||
placeholder: '请输入验证码',
|
||||
@ -248,7 +247,7 @@ export class AccountComponentsEditNameComponent implements OnInit, AfterViewInit
|
||||
voucher: this.voucher,
|
||||
...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);
|
||||
if (res.success) {
|
||||
this.service.msgSrv.success(res.msg);
|
||||
|
||||
Reference in New Issue
Block a user