💊 fix: 修复立减金渠道切换时 主体展示异常问题
This commit is contained in:
parent
50c7fa48e6
commit
a79996875f
|
@ -752,10 +752,12 @@ 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")
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue