This commit is contained in:
richboo111
2022-08-25 10:39:28 +08:00
parent cc889b42b0
commit 0884a0256f

View File

@@ -5826,9 +5826,8 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
Info: i, Info: i,
} }
} }
res = append(res, ans)
} }
res = append(res, ans)
} }
return res, "", nil return res, "", nil
} }