💊 fix: 修复每月红包领取校验
This commit is contained in:
parent
61bd2d0e9c
commit
9365f10ed5
|
@ -145,7 +145,7 @@ export function additionalRules(params) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (model.receive_every === 3 && model.receive_num > 300) {
|
if (model.receive_every === 3 && model.receive_num > 300) {
|
||||||
Notify.error("每周红包最高上限为300个")
|
Notify.error("每月红包最高上限为300个")
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue