Browse Source

20211031平台优化

MSY 3 years ago
parent
commit
a964dac011
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/platform/carbinding/carbinding.vue

+ 1 - 1
src/views/platform/carbinding/carbinding.vue

@@ -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] = '';