|
@@ -56,5 +56,7 @@ export default class Element {
|
|
|
this.eleCanvas = ele.eleCanvas || ''
|
|
|
this.swiperType = ele.swiperType || 'mtswiper'
|
|
|
this.isFixed = ele.isFixed || false
|
|
|
+ this.backgroundSelectedImg = ele.backgroundSelectedImg || ''
|
|
|
+ this.backgroundUnSelectedImg = ele.backgroundUnselectedImg || ''
|
|
|
}
|
|
|
}
|