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 },