🐛 fix: 修复bug
This commit is contained in:
parent
04400feb10
commit
92410e7c9c
|
@ -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")
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue