From 795ec1d2672f45713ea66f3bd366cb7834922900 Mon Sep 17 00:00:00 2001 From: xiaoaojiao Date: Tue, 23 Sep 2025 17:49:42 +0800 Subject: [PATCH] merge --- src/components/Lottery.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Lottery.vue b/src/components/Lottery.vue index 989c7b5..90b0efd 100644 --- a/src/components/Lottery.vue +++ b/src/components/Lottery.vue @@ -127,7 +127,6 @@ watch(() => props.show, async (newVal) => { // await Sleep(20000) - lottteryResult = await Request("lottery/draw", { pool: 'game', consume_type: 'points' }) // TODO: 测试数据 // lottteryResult = { // res: { status: 200 },