From e2361182a0e75a9c86bf5b1a26ee9f323d9e1347 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Thu, 25 Aug 2022 10:47:40 +0800 Subject: [PATCH] home --- business/jxstore/cms/store.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)