Commit a46ead2bf4a0b1af8b1d9884e7d8794d79bd117c

Authored by qianbao
1 parent 51c913a8

1111

src/views/bigscreenDesigner/designer/widget/div/widgetSlider.vue
@@ -41,7 +41,8 @@ export default { @@ -41,7 +41,8 @@ export default {
41 }, 41 },
42 carouselStyle() { 42 carouselStyle() {
43 return { 43 return {
44 - imageList: this.transStyle.imageAdress.split(','), 44 + imageList: this.transStyle.imageAdress.split(","),
  45 + // this.transStyle.imageAdress.split(','),
45 direction: !this.transStyle.tabType ? this.transStyle.tabDirection : 'horizontal', 46 direction: !this.transStyle.tabType ? this.transStyle.tabDirection : 'horizontal',
46 indicatorPosition: this.transStyle.tabSelector, 47 indicatorPosition: this.transStyle.tabSelector,
47 interval: this.transStyle.tabTime, 48 interval: this.transStyle.tabTime,