Browse Source

注释掉无关代码

songtongtong/feature-20250717104937-众筹
pangluotong 4 weeks ago
parent
commit
2c6cb78631
  1. 10
      src/views/choujiang/lottery/Lottery3D.vue

10
src/views/choujiang/lottery/Lottery3D.vue

@ -769,7 +769,7 @@ onMounted(async () => {
}, 500); }, 500);
window.addEventListener("resize", onWindowResize); window.addEventListener("resize", onWindowResize);
swapInterval.value = setInterval(swapCardContents, swapIntervalTime.value);
// swapInterval.value = setInterval(swapCardContents, swapIntervalTime.value);
}); });
onBeforeUnmount(() => { onBeforeUnmount(() => {
@ -780,10 +780,10 @@ onBeforeUnmount(() => {
clearTimeout(highlightTimeout); clearTimeout(highlightTimeout);
highlightTimeout = null; highlightTimeout = null;
} }
if (swapInterval.value) {
clearInterval(swapInterval.value);
swapInterval.value = null;
}
// if (swapInterval.value) {
// clearInterval(swapInterval.value);
// swapInterval.value = null;
// }
}); });
function render() { function render() {

Loading…
Cancel
Save