From 2c4f5152e4e2ffe37867d8bc830e86d4efae1d86 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sun, 30 Nov 2025 22:54:15 +0800 Subject: [PATCH] update pay function --- .../Community/components/EventCard/DynamicNewsEventCard.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/Community/components/EventCard/DynamicNewsEventCard.js b/src/views/Community/components/EventCard/DynamicNewsEventCard.js index ab891daf..30ffe22d 100644 --- a/src/views/Community/components/EventCard/DynamicNewsEventCard.js +++ b/src/views/Community/components/EventCard/DynamicNewsEventCard.js @@ -16,7 +16,6 @@ import { getImportanceConfig } from '../../../../constants/importanceLevels'; import { getChangeColor } from '../../../../utils/colorUtils'; // 导入子组件 -import ImportanceStamp from './ImportanceStamp'; import EventFollowButton from './EventFollowButton'; import StockChangeIndicators from '../../../../components/StockChangeIndicators'; @@ -194,11 +193,6 @@ const DynamicNewsEventCard = React.memo(({ return ( - {/* 右上角:重要性印章(放在卡片外层) */} - - - - {/* 事件卡片 */}