🐛 fix: 修复bug
This commit is contained in:
parent
9419461011
commit
d3d0b0995b
|
@ -774,12 +774,10 @@ export default class addKnockGold extends Component {
|
|||
if (target.value != 1) {
|
||||
this.onHandleChange(1, "receive_mode")
|
||||
}
|
||||
|
||||
if (target.value == 2) {
|
||||
this.onHandleChange("voucher_wechat_lsxd", "provider")
|
||||
}
|
||||
|
||||
if (target.value == 1) {
|
||||
if ([1, 3].includes(target.value)) {
|
||||
this.onHandleChange("lsxd", "provider")
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue