From 5abf4e988d26140c93e527e98f4331717e81a749 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Wed, 4 Feb 2026 13:05:15 +0800 Subject: [PATCH] update pay promo --- .../EventDescriptionSection.js | 6 ++--- .../EventDetailPanel/StockListItem.js | 22 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/EventDetailPanel/EventDescriptionSection.js b/src/components/EventDetailPanel/EventDescriptionSection.js index 70f5ec18..f5c6438e 100644 --- a/src/components/EventDetailPanel/EventDescriptionSection.js +++ b/src/components/EventDetailPanel/EventDescriptionSection.js @@ -26,13 +26,13 @@ const EventDescriptionSection = ({ description }) => { } return ( - + {/* 事件描述 */} - + 事件描述 - + {description} diff --git a/src/components/EventDetailPanel/StockListItem.js b/src/components/EventDetailPanel/StockListItem.js index 8c53f37c..7d5ad685 100644 --- a/src/components/EventDetailPanel/StockListItem.js +++ b/src/components/EventDetailPanel/StockListItem.js @@ -146,8 +146,8 @@ const StockListItem = ({ @@ -161,7 +161,7 @@ const StockListItem = ({ > - + {/* 渲染 query_part,每句带来源悬停提示 */} {Array.isArray(stock.relation_desc?.data) && stock.relation_desc.data.filter(item => item.query_part).map((item, index) => ( {/* 去掉"关联描述"标题 */} - + {relationText}