修改属性信息后同步属性框内容
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user