feat: 增加通用领取,判断
This commit is contained in:
parent
3c7ee855fd
commit
80b7cdd0b3
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue