Explorar o código

20211031平台优化

MSY %!s(int64=3) %!d(string=hai) anos
pai
achega
a964dac011
Modificáronse 1 ficheiros con 1 adicións e 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] = '';