Commit c4602e98 authored by GuanHua's avatar GuanHua

feat:支付页面按钮控制

parent 344799e0
......@@ -77,9 +77,8 @@ const TransferPayWay: React.FC<TransferPayWayPropsType> = (props) => {
message.success("支付成功")
} else {
setConfirmLoading(false)
}
setConfirmLoading(false)
}).catch(() => {
setConfirmLoading(false)
})
......
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