完善页面

This commit is contained in:
wangxiaowei
2025-10-23 15:19:38 +08:00
parent f29b2404a5
commit d296723b97
33 changed files with 3913 additions and 55 deletions

View File

@ -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) {