From 6b7a2c7ef1247f57d7a20fc4fd8b6fa76fdc4041 Mon Sep 17 00:00:00 2001 From: Seven Date: Sat, 27 Dec 2025 00:49:00 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=EF=BC=8C=E6=B7=BB=E5=8A=A0=20Rwa=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=B9=B6=E4=BC=98=E5=8C=96=E4=BA=A4=E6=98=93=E8=A7=86?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 - src/ui/avatar/index.vue | 17 ++++++++++--- src/views/market/index.vue | 4 +-- src/views/riwa/components/rwa.vue | 17 +++++++++++++ src/views/riwa/index.vue | 42 +++++++++++++------------------ src/views/trade/index.vue | 20 ++++++++++++--- 6 files changed, 67 insertions(+), 34 deletions(-) create mode 100644 src/views/riwa/components/rwa.vue diff --git a/src/App.vue b/src/App.vue index 26a6c22..11553a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,6 @@ const { isAuthenticated } = storeToRefs(userStore); const { locale, loadSavedLanguage } = useLanguage(); const { initializeWallet } = useWalletStore(); const { updateProfile } = useUserStore(); -const route = useRoute(); onMounted(() => { if (!isAuthenticated.value) diff --git a/src/ui/avatar/index.vue b/src/ui/avatar/index.vue index 77fa91b..39ec43f 100644 --- a/src/ui/avatar/index.vue +++ b/src/ui/avatar/index.vue @@ -1,7 +1,17 @@ - +