fix: 修复立减金 公众号

This commit is contained in:
zhangds 2024-03-15 22:22:19 +08:00
parent c94943d8de
commit 5ef3d48c85
1 changed files with 4 additions and 1 deletions

View File

@ -832,7 +832,10 @@ export default class addKnockGold extends Component {
disabled={!!this.props.data?.id}
>
<RadioButton value={0}>小程序</RadioButton>
<RadioButton value={1} disabled>
<RadioButton
value={1}
disabled={Number(sessionStorage.getItem("keyType")) === 2 ? true : false}
>
公众号
</RadioButton>
</RadioGroup>