From 7d16f38dfe4ecbcedbd3b3bdfeed6bf0c8ad0384 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Thu, 28 Aug 2025 12:58:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/HistoryRecord.vue | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/views/components/HistoryRecord.vue b/src/views/components/HistoryRecord.vue index 559b109..7e4d29d 100644 --- a/src/views/components/HistoryRecord.vue +++ b/src/views/components/HistoryRecord.vue @@ -90,9 +90,14 @@
+ record.stockMarket
@@ -249,9 +254,15 @@
+ record.stockMarket
@@ -665,14 +676,6 @@ const closeHistory = () => { } }; -// 图片加载错误处理 -const handleImageError = (event) => { - console.error("图片加载失败:", event.target.src); - // 可以设置默认图片或重试逻辑 - event.target.src = - "https://d31zlh4on95l9h.cloudfront.net/images/9a431843b182c64a05fa3c8f6772b8a4.png"; -}; - const historyData = ref({}); const selectRecord = async (record) => { if (props.currentType == "AIchat" && chatStore.firstAPICall) {