Explorar el Código

20211031平台优化

MSY hace 3 años
padre
commit
a964dac011
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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] = '';