上报异常不能提交
parent
dfc0eb2eec
commit
197ac83ccb
|
|
@ -320,8 +320,9 @@ const onSubmit = async () => {
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
valid = true
|
|
||||||
if (!item.expenditure) {
|
if (!item.expenditure) {
|
||||||
|
valid = true
|
||||||
return uni.showToast({
|
return uni.showToast({
|
||||||
title: `请填写${item.name}兑奖金额`,
|
title: `请填写${item.name}兑奖金额`,
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue