This commit is contained in:
zh
2025-07-03 15:54:39 +08:00
parent a152b54da7
commit 22a05c2c8c
30 changed files with 104 additions and 104 deletions

View File

@ -1435,7 +1435,7 @@ class RadarScan extends Base {
// document.getElementsByClassName
if (this._DialogObject._element.content.getElementsByClassName('link_add')[0].value) {
this.options.attribute.link.content.push({
name: this.getDateTimeString(),
name: '链接',
url: this._DialogObject._element.content.getElementsByClassName('link_add')[0].value
})
this._DialogObject._element.content.getElementsByClassName('link_add')[0].value = ''
@ -1448,7 +1448,7 @@ class RadarScan extends Base {
addAttributeLink(link) {
this.options.attribute.link.content.push({
name: this.getDateTimeString(),
name: '链接',
url: link
})
this.attributeLink = this.options.attribute.link.content
@ -1457,7 +1457,7 @@ class RadarScan extends Base {
_addRr() {
if (this._DialogObject._element.content.getElementsByClassName('vr_add')[0].value) {
this.options.attribute.vr.content.push({
name: '全景图' + (this.options.attribute.vr.content.length + 1),
name: '全景图' ,
url: this._DialogObject._element.content.getElementsByClassName('vr_add')[0].value
})
this._DialogObject._element.content.getElementsByClassName('vr_add')[0].value = ''
@ -1470,7 +1470,7 @@ class RadarScan extends Base {
addAttributeRr(vr) {
this.options.attribute.vr.content.push({
name: '全景图' + (this.options.attribute.vr.content.length + 1),
name: '全景图' ,
url: vr
})
this.attributeVr = this.options.attribute.vr.content