diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index 1c20b334..dfc1cdc1 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -752,14 +752,16 @@ export default class addKnockGold extends Component { onChange={({ target }) => { this.onHandleChange(target.value, "channel") if (target.value == 1) { - this.onHandleChange("voucher_wechat_lsxd", "provider") this.onHandleChange(defaultInstructionZfb, "instruction") } else if (target.value == 2) { this.onHandleChange(defaultInstructionWx, "instruction") } else { - this.onHandleChange("voucher_wechat_lsxd", "provider") this.onHandleChange("", "instruction") } + /* 不是微信渠道时 重置主体value */ + if (target.value != 2) { + this.onHandleChange("voucher_wechat_lsxd", "provider") + } }} value={this.state.model.channel} >