开发积分兑换
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user