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

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

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