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()} ) }