开发积分兑换

This commit is contained in:
田岩
2025-11-20 15:48:56 +08:00
parent 42a34226a8
commit eae888d7c9
9 changed files with 192 additions and 97 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ let CloseComplete
const title = computed(() =>
badgesList.value.length === 1
? '恭喜你获得徽章'
: `恭喜你获得${titleNumberText[badgesList.value.length - 1]}徽章`
? '恭喜你获得徽章'
: `恭喜你获得${titleNumberText[badgesList.value.length - 1]}枚徽章`
);
const buttonColor = 'linear-gradient( 270deg, #F81758 0%, #FFA062 100%)';
const customStyle = {