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