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