fix: 解锁卡密
This commit is contained in:
parent
80161cd4df
commit
7ad8c0a3bb
|
@ -540,7 +540,12 @@ const UseProductPop = forwardRef((props, ref) => {
|
||||||
>
|
>
|
||||||
直充
|
直充
|
||||||
</RadioButton>
|
</RadioButton>
|
||||||
<RadioButton value={2} disabled={props.isSettlement === 1}>
|
<RadioButton
|
||||||
|
value={2}
|
||||||
|
disabled={
|
||||||
|
props.isSettlement === 1 && props.settlementData && props.settlementData.key === 7
|
||||||
|
}
|
||||||
|
>
|
||||||
卡密
|
卡密
|
||||||
</RadioButton>
|
</RadioButton>
|
||||||
<RadioButton
|
<RadioButton
|
||||||
|
|
Loading…
Reference in New Issue