🐛 fix: 修复bug

This commit is contained in:
wangsongsole 2023-11-30 18:13:41 +08:00
parent 9419461011
commit d3d0b0995b
1 changed files with 1 additions and 3 deletions

View File

@ -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")
}
}}