From b23b74625f10f52729a157148f67275e86622017 Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Tue, 27 Jan 2026 09:06:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=AD=E5=A5=96=E5=80=8D?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistical/luckycoinRank/hook.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/Statistical/luckycoinRank/hook.tsx b/src/views/Statistical/luckycoinRank/hook.tsx index 7b9364e..8adcdc7 100644 --- a/src/views/Statistical/luckycoinRank/hook.tsx +++ b/src/views/Statistical/luckycoinRank/hook.tsx @@ -54,6 +54,10 @@ export function useData() { label: "中奖金额", prop: "prize_amount" }, + { + label: "中奖倍数", + prop: "beilv" + }, { label: "开奖时奖金总金额", prop: "pool_amount"