This commit is contained in:
richboo111
2022-08-25 10:47:40 +08:00
parent feae547e4b
commit e2361182a0

View File

@@ -5830,6 +5830,7 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
} else { } else {
ans = HomePageInfos{ ans = HomePageInfos{
Info: i, Info: i,
Info2: nil,
} }
} }
res = append(res, ans) res = append(res, ans)