This commit is contained in:
杨航
2025-11-21 09:27:13 +08:00
parent 20f49a172a
commit 5fbeaf61b9
2 changed files with 3 additions and 3 deletions
@@ -46,10 +46,10 @@ export default function usePointsAndBadge() {
console.log('pointsRefpointsRef', pointsRef.value);
// 06AI问答 不弹出积分窗口
if (type === '06') {
if (badgesList.length > 0) {
if (res.body.pointsBadges.length > 0) {
nextTick(() => {
setTimeout(() => {
badgeRef.value.open(pointsList, badgesList, () => {
badgeRef.value.open(res.body.points, res.body.pointsBadges, () => {
badgeRef.value.close()
complete(true, '', res);
});