💊 fix: 修复每月红包领取校验

This commit is contained in:
wangsongsole 2023-06-27 09:53:47 +08:00
parent 61bd2d0e9c
commit 9365f10ed5
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ export function additionalRules(params) {
}
if (model.receive_every === 3 && model.receive_num > 300) {
Notify.error("每红包最高上限为300个")
Notify.error("每红包最高上限为300个")
return false
}