李志伟 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];