wupengfei
2 天以前 c8c2f28f9008989f8035da5e78c262b326707065
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 @@
      );
    });
  }
}