From 0884a0256ffda755b199605b440445bdb1f3c0b4 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Thu, 25 Aug 2022 10:39:28 +0800 Subject: [PATCH] home --- business/jxstore/cms/store.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }