完善页面
This commit is contained in:
@ -29,8 +29,9 @@
|
||||
},
|
||||
props: ['itemData'],
|
||||
created() {
|
||||
this.interval = this.itemData.params.interval;
|
||||
this.indicatorActiveColor = this.itemData.style.btnColor;
|
||||
this.interval = this.itemData.params?.interval;
|
||||
console.log("🚀 ~ this.interval:", this.interval)
|
||||
this.indicatorActiveColor = this.itemData.style?.btnColor;
|
||||
},
|
||||
methods: {
|
||||
changeSwiper(e) {
|
||||
|
||||
Reference in New Issue
Block a user