🐛 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) {
|
if (target.value != 1) {
|
||||||
this.onHandleChange(1, "receive_mode")
|
this.onHandleChange(1, "receive_mode")
|
||||||
}
|
}
|
||||||
|
|
||||||
if (target.value == 2) {
|
if (target.value == 2) {
|
||||||
this.onHandleChange("voucher_wechat_lsxd", "provider")
|
this.onHandleChange("voucher_wechat_lsxd", "provider")
|
||||||
}
|
}
|
||||||
|
if ([1, 3].includes(target.value)) {
|
||||||
if (target.value == 1) {
|
|
||||||
this.onHandleChange("lsxd", "provider")
|
this.onHandleChange("lsxd", "provider")
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue