开启充值和余额支付功能

This commit is contained in:
Eamon-meng
2026-03-31 16:11:36 +08:00
parent e27869fb4a
commit 8ce5f99a24
8 changed files with 121 additions and 109 deletions

View File

@@ -62,12 +62,12 @@ export function PaymentModal(props: PaymentModalProps) {
if (!open) handleClose()
}}>
{/* {props.platform === TradePlatform.Mobile
{props.platform === TradePlatform.Mobile
? <MobilePayment {...props} onClose={handleClose}/>
: <DesktopPayment {...props} onClose={handleClose}/>
} */}
}
<UniversalDesktopPayment {...props} onClose={handleClose}/>
{/* <UniversalDesktopPayment {...props} onClose={handleClose}/> */}
</Dialog>
)
}