feat: 移动端 H5 支付跳转 + 改进移动端检测

- PaymentQRCode: 移动端有 payUrl 时直接跳转支付,iframe 中新窗口打开
- detectDeviceIsMobile: 优先使用 navigator.userAgentData.mobile API
This commit is contained in:
erio
2026-03-05 16:21:12 +08:00
parent 8746f474d1
commit 448d36fe2b
3 changed files with 28 additions and 2 deletions

View File

@@ -486,6 +486,7 @@ function PayContent() {
onBack={handleBack}
dark={isDark}
isEmbedded={isEmbedded}
isMobile={isMobile}
/>
)}