Commit 1cb82e1e authored by GuanHua's avatar GuanHua

fix:渠道直采简单流程,支付成功后,返回页渠道号参数丢失问题

parent e80d1af4
......@@ -89,7 +89,6 @@ const CreditPayWay: React.FC<CreditPayWayPropsType> = (props) => {
message.destroy()
message.success("支付成功")
linkToUrl(`/pay/result?orderId=${orderId}`, layoutType, shopUrlParam )
history.replace(`/pay/result?orderId=${orderId}`)
} else {
setConfirmLoading(false)
message.destroy()
......
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