合并
This commit is contained in:
@ -1994,7 +1994,7 @@ class CurvelineObject extends Base {
|
||||
.value
|
||||
) {
|
||||
this.options.attribute.link.content.push({
|
||||
name: this.getDateTimeString(),
|
||||
name: '链接',
|
||||
url: this._DialogObject._element.content.getElementsByClassName(
|
||||
'link_add'
|
||||
)[0].value
|
||||
@ -2012,7 +2012,7 @@ class CurvelineObject 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
|
||||
@ -2022,7 +2022,7 @@ class CurvelineObject extends Base {
|
||||
}
|
||||
addAttributeLink(link) {
|
||||
this.options.attribute.link.content.push({
|
||||
name: this.getDateTimeString(),
|
||||
name: '链接',
|
||||
url: link
|
||||
})
|
||||
this.attributeLink = this.options.attribute.link.content
|
||||
@ -2035,7 +2035,7 @@ class CurvelineObject 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
|
||||
@ -2051,7 +2051,7 @@ class CurvelineObject 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