perf: 完善二次确认弹窗

This commit is contained in:
richarjiang
2026-05-12 21:07:49 +08:00
parent 078c8578fd
commit b7dec68dd6
2 changed files with 5 additions and 5 deletions

View File

@@ -2133,7 +2133,7 @@ export class PageLevel extends BaseView {
const modal = CommonModal.show(this.commonModalPrefab, {
title: '提示',
content: '还有时间确认进入下一题吗?',
content: '还有时间\n确认进入下一题吗?',
buttonConfirm: '确认',
buttonCancel: '再想想',
zIndex: CommonModal.MODAL_Z_INDEX + 1,