home
This commit is contained in:
@@ -5814,8 +5814,8 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
|
|||||||
Unit: j.Unit,
|
Unit: j.Unit,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
multipleData = append(multipleData, data)
|
|
||||||
}
|
}
|
||||||
|
multipleData = append(multipleData, data)
|
||||||
if len(multipleData) > 0 {
|
if len(multipleData) > 0 {
|
||||||
ans = HomePageInfos{
|
ans = HomePageInfos{
|
||||||
Info: i,
|
Info: i,
|
||||||
@@ -5826,8 +5826,9 @@ 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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user