Compare commits

...

1 Commits

Author SHA1 Message Date
xief
f60054ca19 修改自定义编号判断 2023-07-31 17:57:16 +08:00

View File

@ -154,7 +154,7 @@ export class SimpleBoard
mesh.userData = ext.Normal;
edges.forEach(e => e.userData = ext.Normal);
// 自定义编号
if (this._CustomNumber && this._CustomNumber.length > 0)
if (this._CustomNumber)
{
mesh.add(this.createCustomNo());
}