From 4fb23a985715bb256cf739788a9c92deb30f2bdc Mon Sep 17 00:00:00 2001 From: hanyuxinting Date: Fri, 28 Feb 2025 19:50:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20popup=20=E9=B8=BF=E8=92=99=E9=80=82?= =?UTF-8?q?=E9=85=8D=E5=BC=B9=E5=87=BA=E6=97=B6=E9=80=80=E5=87=BAapp?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/popup/popup.taro.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/packages/popup/popup.taro.tsx b/src/packages/popup/popup.taro.tsx index 760ba8daa1..0afe15ec73 100644 --- a/src/packages/popup/popup.taro.tsx +++ b/src/packages/popup/popup.taro.tsx @@ -208,7 +208,7 @@ export const Popup: FunctionComponent< const renderNode = () => { return ( <> - {overlay && ( + {overlay ? ( + > + {renderPop()} + + ) : ( + renderPop() )} - {renderPop()} ) }