|
@@ -56,7 +56,7 @@ export default class Element {
|
|
|
this.animatedFont = ele.animatedFont || ''
|
|
|
this.eleCanvas = ele.eleCanvas || ''
|
|
|
this.swiperType = ele.swiperType || 'mtswiper'
|
|
|
- this.isFixed = ele.isFixed || false
|
|
|
+ this.fixed = ele.fixed || false
|
|
|
this.backgroundSelectedImg = ele.backgroundSelectedImg || ''
|
|
|
this.backgroundUnselectedImg = ele.backgroundUnselectedImg || ''
|
|
|
this.questionId = ele.questionId || 0
|