From ec8f0eef6355ae49a584feeadede5b8fbb7ac6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Thu, 20 Nov 2025 11:21:05 +0800 Subject: [PATCH] fix ;bug --- src/components/points-and-badge/usePointsAndBadge.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/points-and-badge/usePointsAndBadge.js b/src/components/points-and-badge/usePointsAndBadge.js index 7d7a079c..6ed8514f 100644 --- a/src/components/points-and-badge/usePointsAndBadge.js +++ b/src/components/points-and-badge/usePointsAndBadge.js @@ -118,7 +118,8 @@ export default function usePointsAndBadge() { // complete(true, '积分获取成功', res); } catch (error) { // console.error(`类型${type}积分获取失败:`, error); - // complete(false, '积分获取失败', error); + // console.log('积分获取失败') + complete(false, '积分获取失败', error); } };