车辆对接

This commit is contained in:
wangshiming
2022-01-10 19:33:28 +08:00
parent e19d5533e4
commit 4e1a020569

View File

@ -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);