From abb84a08d3467fa94422cb98663c72f32c97983c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Thu, 20 Nov 2025 11:17:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/points-and-badge/usePointsAndBadge.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/points-and-badge/usePointsAndBadge.js b/src/components/points-and-badge/usePointsAndBadge.js index bfa230f9..7d7a079c 100644 --- a/src/components/points-and-badge/usePointsAndBadge.js +++ b/src/components/points-and-badge/usePointsAndBadge.js @@ -107,9 +107,12 @@ export default function usePointsAndBadge() { setTimeout(() => { badgeRef.value.open(pointsList, badgesList, () => { badgeRef.value.close() + complete(true, '积分获取成功', res); }); }, pop_up_time); }); + }else{ + complete(true, '积分获取成功', res); } }); // complete(true, '积分获取成功', res);