undefined}
- showHeader={false}
- showCloseButton={false}
- closeOnBackdrop={false}
- closeOnEscape={false}
- portal={false}
- size="sm"
+ closeDisabled
zIndexClassName="z-[95]"
overlayClassName={PROFILE_MODAL_OVERLAY_CLASS}
- panelClassName="platform-remap-surface !max-w-sm rounded-[1.4rem]"
- bodyClassName="px-5 pb-5 pt-6 text-center"
- >
- }
- size="xl"
- tone="neutral"
- className="mx-auto bg-white/10 text-[var(--platform-accent)]"
- />
-
- 正在确认支付
-
-
- 订单 {orderId} 正在同步到账状态,请先停留在当前页面。
-
-
- );
-}
-
-function ProfileQrScannerModal({
- error,
- result,
- onClose,
- onError,
- onResult,
-}: {
- error: string | null;
- result: string | null;
- onClose: () => void;
- onError: (message: string) => void;
- onResult: (value: string) => void;
-}) {
- const videoRef = useRef