|
@@ -274,7 +274,7 @@ export default{
|
|
|
this.formBindingList.mobile = this.formCodeList.mobile;
|
|
|
const response = await this.$http.post(`/selfCarService/customerETCRecValid`, this.formBindingList);
|
|
|
var {data: { code, msg, data }} = response;
|
|
|
- if(code === 0 && msg === 'success') {
|
|
|
+ if(code === 0) {
|
|
|
this.binDing = false;
|
|
|
for (var key in this.formBindingList) {
|
|
|
this.formBindingList[key] = '';
|