|
@@ -316,11 +316,11 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
console.log(this.customStyle || style)
|
|
console.log(this.customStyle || style)
|
|
|
- let eKeys = ''
|
|
|
|
|
- for (let i in this.customStyle.elements) {
|
|
|
|
|
- eKeys += this.customStyle.elements[i].type + ','
|
|
|
|
|
- }
|
|
|
|
|
- console.log('e keys', eKeys)
|
|
|
|
|
|
|
+ // let eKeys = ''
|
|
|
|
|
+ // for (let i in this.customStyle.elements) {
|
|
|
|
|
+ // eKeys += this.customStyle.elements[i].type + ','
|
|
|
|
|
+ // }
|
|
|
|
|
+ // console.log('e keys', eKeys)
|
|
|
return this.customStyle ? style : null
|
|
return this.customStyle ? style : null
|
|
|
},
|
|
},
|
|
|
scenicList () {
|
|
scenicList () {
|