From 2bcb75156edf7335e9559ac926fa75a995c3f139 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 24 Apr 2026 09:56:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=82=A1=E7=A5=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E5=B8=83=E5=B1=80,=E8=82=A1=E7=A5=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E7=9A=84=E5=90=8D=E5=AD=97?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/base/stockexchange-operation.vue | 2 +- pages/stockexchange/exchange-transaction.vue | 9 ++-- pages/stockexchange/symbol-list.vue | 48 +++++++++++++++++++- 3 files changed, 53 insertions(+), 6 deletions(-) diff --git a/pages/base/stockexchange-operation.vue b/pages/base/stockexchange-operation.vue index 993bea9..1d28dca 100644 --- a/pages/base/stockexchange-operation.vue +++ b/pages/base/stockexchange-operation.vue @@ -68,7 +68,7 @@ diff --git a/pages/stockexchange/exchange-transaction.vue b/pages/stockexchange/exchange-transaction.vue index b5903b1..85fc1ca 100644 --- a/pages/stockexchange/exchange-transaction.vue +++ b/pages/stockexchange/exchange-transaction.vue @@ -4,14 +4,14 @@ - {{ symbol }} + {{ activeCoin.coin_name }} {{increase.increaseStr}} - + \ No newline at end of file diff --git a/pages/stockexchange/symbol-list.vue b/pages/stockexchange/symbol-list.vue index 8198cb3..63c52c8 100644 --- a/pages/stockexchange/symbol-list.vue +++ b/pages/stockexchange/symbol-list.vue @@ -1,14 +1,14 @@