Administrator 1 month ago
parent
commit
dccb15892d
  1. 2
      src/views/DZP.vue

2
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)

Loading…
Cancel
Save