feat: 更新交易视图,添加成交量数据支持并优化用户界面

This commit is contained in:
2025-12-28 17:59:40 +07:00
parent b6cb514bcd
commit 51feb991b8
8 changed files with 172 additions and 139 deletions

View File

@@ -1,16 +1,9 @@
<script lang='ts' setup>
const { t } = useI18n();
</script>
<template>
<ion-page>
<ion-header>
<ion-toolbar class="ui-toolbar">
<ui-back-button slot="start" />
<ion-title>{{ t('myIssues.title') }}</ion-title>
</ion-toolbar>
</ion-header>
<router-view />
<ion-router-outlet />
</ion-page>
</template>