Commit cc72e061 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复支付渠道选择了值不变的问题

parent e1f83b31
...@@ -258,6 +258,7 @@ class IntroduceRow extends React.Component<IntroduceRowProps, IntroduceRowState> ...@@ -258,6 +258,7 @@ class IntroduceRow extends React.Component<IntroduceRowProps, IntroduceRowState>
...billInfo, ...billInfo,
repayQuota: values.repayQuota, repayQuota: values.repayQuota,
}, },
repaymentValues: values,
}); });
this.handleBalancePayVisible(true); this.handleBalancePayVisible(true);
break; break;
......
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