详情页样式优化

This commit is contained in:
2023-08-03 12:16:17 +08:00
parent 0d34bc674e
commit 715005820d
2 changed files with 16 additions and 23 deletions

View File

@@ -81,7 +81,7 @@ let imageTab = ref(0)
let prev = () => carousel.value.prev()
// 轮播图滚动后事件
const carouselChange = value =>{ imageTab.value = value;console.log(value)}
const carouselChange = value =>{ imageTab.value = value}
//下一张
let next = () => carousel.value.next()