@@ -350,7 +350,7 @@ const pageWidth = ref(0)
const pageNum = 4
onMounted(() => {
- pageWidth.value = window.innerWidth
+ pageWidth.value = window.innerWidth >= 500 ? 500 : window.innerWidth
})
// 当前页面的索引