feat: 添加自定义返回按钮组件并替换现有页面中的返回按钮

This commit is contained in:
2025-12-27 20:38:55 +07:00
parent b355519671
commit 03c923e9d2
24 changed files with 49 additions and 22 deletions

View File

@@ -122,7 +122,7 @@ function getAccountTypeName(type: AccountType) {
<ion-header>
<ion-toolbar class="ui-toolbar">
<ion-buttons slot="start">
<ion-back-button default-href="/wallet/index" />
<ui-back-button default-href="/wallet/index" />
</ion-buttons>
<ion-title>{{ t("transfer.title") }}</ion-title>
</ion-toolbar>