fix: bug

This commit is contained in:
杨航
2025-11-20 11:17:54 +08:00
parent 96197fe05a
commit abb84a08d3
@@ -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);