This commit is contained in:
杨航
2025-11-24 13:30:14 +08:00
parent 3dfaf6f650
commit c8f2c2c166
2 changed files with 3 additions and 1 deletions
@@ -58,6 +58,8 @@ export default function usePointsAndBadge() {
badgeRef.value.close();
complete(true, '积分获取成功', res);
});
}else{
complete(false, '积分接口返回数据异常', res);
}
};