fix:去掉新年图标&修改按钮文案

This commit is contained in:
2026-05-18 17:04:26 +08:00
parent bededd89fa
commit e3c33da40c
4 changed files with 4 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ function closeOverlay() {
/**
* 底部按钮文案:好友约战显示“返回房间”,排位赛等其他模式显示“返回”
*/
const exitBtnText = computed(() => data.value.way === 1 ? '返回房间' : '返回');
const exitBtnText = computed(() => data.value.way === 1 ? '再来一局' : '返回');
/**
* 点击底部按钮跳转