diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index e870428bb..49d07f1af 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -5826,9 +5826,8 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis Info: i, } } - + res = append(res, ans) } - res = append(res, ans) } return res, "", nil }