车辆对接

This commit is contained in:
wangshiming
2022-01-10 16:55:59 +08:00
parent 8d8ec89632
commit 7e03766eee

View File

@ -215,8 +215,6 @@ export class AccountComponentsEditNameComponent implements OnInit, AfterViewInit
const params = {
smsVerifyCode: this.sf.value.smsVerifyCode,
};
// this.modal.close();
this.isVisibleView = true
this.service.http.post(this.service.$api_get_verifyPhone, params).subscribe((res) => {
console.log(res, 'submitForm');