Commit 62af3d06 authored by GuanHua's avatar GuanHua

fix: 下单页面授信支付方式显示问题

parent 29b18316
......@@ -33,10 +33,8 @@ const PayWay: React.FC<PayWayProps> = (props) => {
}
useEffect(() => {
if(expand) {
fetchCreditInfo()
}
}, [expand])
fetchCreditInfo()
}, [])
useEffect(() => {
if (payWayList && payWayList.length === 1) {
......
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