fix: 解锁卡密

This commit is contained in:
zhangds 2024-03-19 10:57:50 +08:00
parent 80161cd4df
commit 7ad8c0a3bb
1 changed files with 6 additions and 1 deletions

View File

@ -540,7 +540,12 @@ const UseProductPop = forwardRef((props, ref) => {
>
直充
</RadioButton>
<RadioButton value={2} disabled={props.isSettlement === 1}>
<RadioButton
value={2}
disabled={
props.isSettlement === 1 && props.settlementData && props.settlementData.key === 7
}
>
卡密
</RadioButton>
<RadioButton