Commit bb887c0d3f9ca7a5eafe33f4e4384e95f9737cbf

Authored by ly525
1 parent 84e312ef

fix(slide) update active slide index

front-end/h5/src/components/plugins/lbp-slide__editor.js
... ... @@ -66,7 +66,7 @@ export default {
66 66 onChange={(page) => {
67 67 this.current = page
68 68  
69   - this.activeIndex = page - 1
  69 + this.elementProps.activeIndex = page - 1
70 70 // this.$emit('change', {
71 71 // items: this.innerItems,
72 72 // activeIndex: page - 1
... ...