From ea408eac6343066edcd8ca18117794442b64b545 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 21 五月 2025 17:16:39 +0800 Subject: [PATCH] feat: UI --- apps/taro/src/utils/common/message.tsx | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/taro/src/utils/common/message.tsx b/apps/taro/src/utils/common/message.tsx index 0ffb285..937d801 100644 --- a/apps/taro/src/utils/common/message.tsx +++ b/apps/taro/src/utils/common/message.tsx @@ -49,6 +49,10 @@ onClose(); resolve(1); }} + //@ts-ignore + onClickOverlay={() => { + onClose(); + }} confirmText={confirmText} ></Model> ), @@ -125,6 +129,4 @@ ); }); } - - } -- Gitblit v1.9.1