feat: 添加收益模块,包含总收益概览、收益趋势和收益来源,更新相关组件和路由

This commit is contained in:
2025-12-27 19:55:45 +07:00
parent 0ffd8566c8
commit 4a3de581d8
23 changed files with 458 additions and 72 deletions

View File

@@ -39,7 +39,7 @@ async function handleScan() {
</script>
<template>
<IonPage>
<ion-page>
<ion-header class="ion-no-border">
<ion-toolbar class="ui-toolbar">
<div slot="end">
@@ -55,7 +55,7 @@ async function handleScan() {
</div>
</ion-toolbar>
</ion-header>
<IonContent :fullscreen="true" class="ion-padding">
<ion-content :fullscreen="true" class="ion-padding">
<ion-refresher slot="fixed" @ion-refresh="handleRefresh($event)">
<ion-refresher-content />
</ion-refresher>
@@ -68,8 +68,8 @@ async function handleScan() {
<MyRevenue />
<TradeSettings />
</div>
</IonContent>
</IonPage>
</ion-content>
</ion-page>
</template>
<style scoped></style>