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

View File

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