diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 36702c5af..a9b0fc0ec 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -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)