开启充值和余额支付功能
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user