[baozhangchao] 3 년 전
부모
커밋
0eaab94295
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/pages/CheckDetails/index.jsx

+ 1
- 0
src/pages/CheckDetails/index.jsx 파일 보기

@@ -36,6 +36,7 @@ export default (props) => {
36 36
     })
37 37
 
38 38
   }, [$instance.router.params, id, location])
39
+
39 40
   console.log("🚀 ~ file: index.jsx ~ line 23 ~ carsInfo", carsInfo)
40 41
 
41 42