From dccb15892dcb9b723a59ff8fb8e11bf357fff684 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 17 Apr 2025 17:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AA=E7=8E=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DZP.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/DZP.vue b/src/views/DZP.vue index ed7366f..cc4e0a8 100644 --- a/src/views/DZP.vue +++ b/src/views/DZP.vue @@ -55,7 +55,7 @@ function startCallback() { // 调用stop停止旋转并传递中奖索引 myLucky.value.stop(customOrder.value[index]) //更新指针(循环) - orderIndex = (index + 1) + orderIndex = (index + 1) % customOrder.value.length; }, 3000) } const scoreAnimation = ref(false)