修改属性信息后同步属性框内容

This commit is contained in:
zh
2025-08-22 15:48:18 +08:00
parent 1af43bb6a9
commit 15460702f9

View File

@ -1855,7 +1855,7 @@ class BillboardObject extends Base {
let col = document.createElement('div')
col.className = 'col'
col.style.flex = '0 0 80px'
col.style.flex = '0 0 110px'
col.innerHTML = `
<span class="label">属性框</span>
<input class="btn-switch" type="checkbox">
@ -2379,6 +2379,7 @@ class BillboardObject extends Base {
this.attributeCamera = this.options.attribute.camera.content
this.attributeGoods = this.options.attribute.goods.content
this.attributeISC = this.options.attribute.ISC.content
this.attributeBoxState = this.options.attributeBoxState
this.cameraSelect && this.cameraSelect()
this.goodsSelect && this.goodsSelect()
}