🐛 fix: 修复bug
This commit is contained in:
parent
c8a7435d76
commit
01e49359ed
|
@ -787,7 +787,7 @@ export default class addKnockGold extends Component {
|
|||
>
|
||||
<RadioButton value={"1"}>支付宝</RadioButton>
|
||||
<RadioButton value={"2"}>微信</RadioButton>
|
||||
{!this.props.ysf && <RadioButton value={"3"}>云闪付</RadioButton>}
|
||||
{!this.props.ysf ? <RadioButton value={"3"}>云闪付</RadioButton> : null}
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
<FormItem labelname="主体名称" prop="provider" id="provider" key="provider">
|
||||
|
@ -828,9 +828,7 @@ export default class addKnockGold extends Component {
|
|||
<RadioButton value={2}>账号领取</RadioButton>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
) : null}
|
||||
<FormItem labelname="立减金平台批次号" prop="channel_activity_id" id="batch_number">
|
||||
<Ipt
|
||||
onChange={(value) => {
|
||||
|
|
Loading…
Reference in New Issue