home
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user