修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-09 15:31:19 +08:00
parent b3e18824e3
commit 3764ac64a9
3 changed files with 21 additions and 3 deletions
@@ -401,7 +401,8 @@
}
}
if (res.field_show_type === '1' || res.field_show_type === '2' ||
res.field_show_type === '8' || res.field_show_type === '9' || res.field_show_type === '10'){
res.field_show_type === '8' || res.field_show_type === '9' || res.field_show_type === '10'
|| res.field_show_type === '11'){
rule.push({
max: res.db_length,
message: res.db_field_txt+'不能超出'+res.db_length+'个字符',