From 405f876e706d2a417b9f4d801abda610a3699ec5 Mon Sep 17 00:00:00 2001 From: zpc Date: Mon, 5 Aug 2024 15:46:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HuanMeng.MiaoYu.Code/Category/CategoryPageRegionExtend.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/0-core/HuanMeng.MiaoYu.Code/Category/CategoryPageRegionExtend.cs b/src/0-core/HuanMeng.MiaoYu.Code/Category/CategoryPageRegionExtend.cs index db6ea48..cab0647 100644 --- a/src/0-core/HuanMeng.MiaoYu.Code/Category/CategoryPageRegionExtend.cs +++ b/src/0-core/HuanMeng.MiaoYu.Code/Category/CategoryPageRegionExtend.cs @@ -79,6 +79,7 @@ namespace HuanMeng.MiaoYu.Code.Category var d = new DataListDto(); d.ActionType = RecommendActionTypeEnum.Chat.ToString(); d.ActionId = m.Id.ToString(); + d.Id = m.Id; d.ImageUrl = m.ImageUrl;//data.BgImage; if (m.ActionType == RecommendActionTypeEnum.Chat.ToString()) {