Commit a46ead2bf4a0b1af8b1d9884e7d8794d79bd117c
1 parent
51c913a8
1111
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/bigscreenDesigner/designer/widget/div/widgetSlider.vue
| ... | ... | @@ -41,7 +41,8 @@ export default { |
| 41 | 41 | }, |
| 42 | 42 | carouselStyle() { |
| 43 | 43 | return { |
| 44 | - imageList: this.transStyle.imageAdress.split(','), | |
| 44 | + imageList: this.transStyle.imageAdress.split(","), | |
| 45 | + // this.transStyle.imageAdress.split(','), | |
| 45 | 46 | direction: !this.transStyle.tabType ? this.transStyle.tabDirection : 'horizontal', |
| 46 | 47 | indicatorPosition: this.transStyle.tabSelector, |
| 47 | 48 | interval: this.transStyle.tabTime, | ... | ... |