合并
This commit is contained in:
@ -2039,7 +2039,7 @@ class PolylineObject extends Base {
|
||||
.value
|
||||
) {
|
||||
this.options.attribute.link.content.push({
|
||||
name: this.getDateTimeString(),
|
||||
name: '链接',
|
||||
url: this._DialogObject._element.content.getElementsByClassName(
|
||||
'link_add'
|
||||
)[0].value
|
||||
@ -2057,7 +2057,7 @@ class PolylineObject extends Base {
|
||||
// input.addEventListener('change', (event) => {
|
||||
// if (input.value) {
|
||||
// this.options.attribute.link.content.push({
|
||||
// name: this.getDateTimeString(),
|
||||
// name: '链接',
|
||||
// url: input.value
|
||||
// })
|
||||
// this.attributeLink = this.options.attribute.link.content
|
||||
@ -2067,7 +2067,7 @@ class PolylineObject extends Base {
|
||||
}
|
||||
addAttributeLink(link) {
|
||||
this.options.attribute.link.content.push({
|
||||
name: this.getDateTimeString(),
|
||||
name: '链接',
|
||||
url: link
|
||||
})
|
||||
this.attributeLink = this.options.attribute.link.content
|
||||
@ -2080,7 +2080,7 @@ class PolylineObject extends Base {
|
||||
)[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
|
||||
@ -2096,7 +2096,7 @@ class PolylineObject 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
|
||||
|
Reference in New Issue
Block a user