소스 검색

20211031平台优化

MSY 3 년 전
부모
커밋
a964dac011
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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] = '';