修正列印牌位異常,修正報名新增功德項目,避免用到不存在的套表造成null pointer

This commit is contained in:
2026-08-10 15:18:40 +08:00
parent 68206fcab2
commit 700f92fcbc
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -422,7 +422,7 @@
// 處理極端情況
if (sizes.length === 0) {
sizes = names.map(name => {
sizes = mid.map(name => {
return { name: name, size: 12, isMulti: (name.length * 12 * 1.333) > th };
});
}