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"