... setup(props) { // 索引const indexid = ref(0) // 轮播const timer = ref(null) const TimeFn = () => { clearInterval(timer) // 每次执行前都清除上一次的定时 ...
確定! 回上一頁