From 58b8fb4ca8f6aa124980566ea39862ad7f6afda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxxq250=E2=80=9D?= <“xxq250@qq.com”> Date: Fri, 9 Sep 2022 18:20:26 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E5=8F=91=E8=B4=B4=E5=8E=9F=E5=88=9B?= =?UTF-8?q?=E6=A0=87=E8=AF=86=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forums/ForumsDetail.jsx | 2 +- src/forums/New.jsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/forums/ForumsDetail.jsx b/src/forums/ForumsDetail.jsx index 1d84859a..41ae1563 100644 --- a/src/forums/ForumsDetail.jsx +++ b/src/forums/ForumsDetail.jsx @@ -184,7 +184,7 @@ function memo_show(props) { canDelete={false} />} - {memo.reprint_link && ( + {!memo.is_original && memo.reprint_link && (
转载自:{memo.reprint_link}
)}