fix: 修复立减金 公众号
This commit is contained in:
parent
c94943d8de
commit
5ef3d48c85
|
@ -832,7 +832,10 @@ export default class addKnockGold extends Component {
|
||||||
disabled={!!this.props.data?.id}
|
disabled={!!this.props.data?.id}
|
||||||
>
|
>
|
||||||
<RadioButton value={0}>小程序</RadioButton>
|
<RadioButton value={0}>小程序</RadioButton>
|
||||||
<RadioButton value={1} disabled>
|
<RadioButton
|
||||||
|
value={1}
|
||||||
|
disabled={Number(sessionStorage.getItem("keyType")) === 2 ? true : false}
|
||||||
|
>
|
||||||
公众号
|
公众号
|
||||||
</RadioButton>
|
</RadioButton>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
|
|
Loading…
Reference in New Issue