feat: 增加通用领取,判断

This commit is contained in:
zhangds 2024-04-28 09:49:30 +08:00
parent 3c7ee855fd
commit 80b7cdd0b3
1 changed files with 6 additions and 1 deletions

View File

@ -913,7 +913,12 @@ export default class addKnockGold extends Component {
> >
公众号 公众号
</RadioButton> </RadioButton>
<RadioButton value={2}>通用领取</RadioButton> <RadioButton
value={2}
disabled={Number(sessionStorage.getItem("keyType")) === 2 ? true : false}
>
通用领取
</RadioButton>
</RadioGroup> </RadioGroup>
</FormItem> </FormItem>
) : null} ) : null}