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

@@ -60,7 +60,7 @@ onBeforeMount(() => {
<ion-page>
<ion-header>
<ion-toolbar class="ui-toolbar">
<ion-back-button slot="start" />
<ui-back-button slot="start" />
<ion-title>我的申购</ion-title>
</ion-toolbar>
</ion-header>