Commit fedfffce authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 待支付订单对接跨境电商支付方式支付

parent c85ec86c
......@@ -301,6 +301,15 @@ const OrderPayModal: React.FC<OrderPayModalProps> = (props) => {
setPayStep(1)
setQrLoading(true)
handleSubmitPay()
} else if(checked.id === 18) {
console.log('选择了跨境电商模式')
setTonglian(false)
setQrCodeIframe('')
mobilePayFlag.current = 0
setCurrent(0)
setPayStep(0)
setQrLoading(false)
handleSubmitPay()
}
} else {
message.error(intl.formatMessage({id: 'transaction_components.qingxianxuanzezhifufangshi'}))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment