This commit is contained in:
richboo111
2022-08-25 15:29:24 +08:00
parent 044b311515
commit 1c517285f9

View File

@@ -5810,10 +5810,10 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
if i.StoreID == j.StoreID {
homePage.StoreDeductionInfo = j
}
for _, k := range StoreSkuInfos {
if i.StoreID == k.StoreID {
homePage.StoreSkuInfo = k
}
}
for _, k := range StoreSkuInfos {
if i.StoreID == k.StoreID {
homePage.StoreSkuInfo = k
}
}
homePages = append(homePages, homePage)