修改校验

This commit is contained in:
wangsongsole 2022-05-19 09:53:43 +08:00
parent de1dd1abb7
commit 13a6a94859
1 changed files with 2 additions and 6 deletions

View File

@ -208,11 +208,6 @@ export default class addKnockGold extends Component {
}
}
console.log(
this.state.model.usable_time === '2',
this.setTime(this.state.model.fixed_time)
)
debugger
if (
this.state.model.usable_time === '2' &&
this.setTime(this.state.model.fixed_time)
@ -251,7 +246,7 @@ export default class addKnockGold extends Component {
/* 领取时间段 */
if (
this.setTime(this.state.model.timer) &&
this.state.model.receive_type === '2'
this.state.model.timer_type === '2'
) {
Notify.error('请选择结束时间或开始时间')
return false
@ -280,6 +275,7 @@ export default class addKnockGold extends Component {
newData.map((item) => {
if (!item) blr = true
})
debugger
return blr
}
// onProductChange(e) {