From 9d346c4dd626e19382854eafc3e1d6cf8e779b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Thu, 18 Sep 2025 17:20:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=90=83=E5=B1=80=E5=85=A5=E5=8F=A3=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GameManagePopup/index.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/GameManagePopup/index.tsx b/src/components/GameManagePopup/index.tsx index 46ad70b..2737115 100644 --- a/src/components/GameManagePopup/index.tsx +++ b/src/components/GameManagePopup/index.tsx @@ -128,7 +128,7 @@ export default forwardRef(function GameManagePopup(props, ref) { onClose(); } - function handleRepubGame () { + function handleRepubGame() { Taro.navigateTo({ url: `/publish_pages/publishBall/index?gameId=${detail.id}&republish=1`, }); @@ -199,9 +199,11 @@ export default forwardRef(function GameManagePopup(props, ref) { 编辑活动 - - 重新发布 - + {finished && ( + + 重新发布 + + )} {!finished && ( 取消活动