From cdbdcdc7a5762dc366629f93015cc69a8b6eff72 Mon Sep 17 00:00:00 2001 From: log1997 <2694233102@qq.com> Date: Tue, 20 Jan 2026 09:39:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E6=B1=A0=E4=BD=BF=E7=94=A8=E6=B5=85=E6=8B=B7=E8=B4=9D=E6=95=B0?= =?UTF-8?q?=E7=BB=84=E5=AE=9E=E4=BE=8B=EF=BC=8C=E9=81=BF=E5=85=8D=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=90=8E=E4=BA=BA=E5=91=98=E4=BB=8E=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E6=B1=A0=E9=80=89=E6=8B=A9=E4=B8=8D=E5=88=B0=20close=20#213?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/useViewModel.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Home/useViewModel.ts b/src/views/Home/useViewModel.ts index d9e3308..0598da5 100644 --- a/src/views/Home/useViewModel.ts +++ b/src/views/Home/useViewModel.ts @@ -497,7 +497,8 @@ export function useViewModel() { return } - personPool.value = currentPrize.value.isAll ? notThisPrizePersonList.value : notPersonList.value + // personPool.value = currentPrize.value.isAll ? notThisPrizePersonList.value : notPersonList.value + personPool.value = currentPrize.value.isAll ? [...notThisPrizePersonList.value] : [...notPersonList.value] // 验证抽奖人数是否还够 if (personPool.value.length < currentPrize.value.count - currentPrize.value.isUsedCount) { toast.open({