🐛 fix: 修复bug

This commit is contained in:
wangsongsole 2023-11-30 18:17:51 +08:00
parent 04400feb10
commit 92410e7c9c
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ export default class addKnockGold extends Component {
if (target.value == 2) {
this.onHandleChange("voucher_wechat_lsxd", "provider")
}
if ([1, 3].includes(target.value)) {
if (target.value == 1 || target.value == 3) {
this.onHandleChange("lsxd", "provider")
}
}}