♻️ refactor: 禁用红包组件选择微信渠道
This commit is contained in:
parent
e05268f630
commit
1c073f7511
|
@ -516,7 +516,7 @@ export default class addKnockGold extends Component {
|
||||||
<Form model={this.state.model} rules={rules.basic} ref="form">
|
<Form model={this.state.model} rules={rules.basic} ref="form">
|
||||||
<FormItem labelname="渠道平台" prop="channel" id="type">
|
<FormItem labelname="渠道平台" prop="channel" id="type">
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
disabled={this.state.isEdit}
|
disabled={this.state.isEdit || true}
|
||||||
onChange={({ target }) => {
|
onChange={({ target }) => {
|
||||||
this.onHandleChange(target.value, "channel")
|
this.onHandleChange(target.value, "channel")
|
||||||
// if (target.value == 1) {
|
// if (target.value == 1) {
|
||||||
|
|
Loading…
Reference in New Issue