李志伟 3 년 전
부모
커밋
753cb846e0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/pages/details/foodDetails/foodDetails.jsx

+ 0
- 1
src/pages/details/foodDetails/foodDetails.jsx 파일 보기

@@ -113,7 +113,6 @@ export default withLayout((props) => {
113 113
   useEffect(() => {
114 114
     if (id) {
115 115
       getShopDetail(id).then((res) => {
116
-        console.log(res)
117 116
         setDetail(res);
118 117
         log.current = res.locaton.toString().split(",")[0];
119 118
         lat.current = res.locaton.toString().split(",")[1];