♻️ refactor: 禁用红包组件选择微信渠道

This commit is contained in:
wangsongsole 2023-07-06 09:08:28 +08:00
parent e05268f630
commit 1c073f7511
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ export default class addKnockGold extends Component {
<Form model={this.state.model} rules={rules.basic} ref="form">
<FormItem labelname="渠道平台" prop="channel" id="type">
<RadioGroup
disabled={this.state.isEdit}
disabled={this.state.isEdit || true}
onChange={({ target }) => {
this.onHandleChange(target.value, "channel")
// if (target.value == 1) {