From 805bae859263ed9e2c4884dd5154aa3aacd4cd11 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Mon, 25 Dec 2023 10:14:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BE=E5=88=86=E6=AF=94?= =?UTF-8?q?=E4=B8=BA=E5=B0=8F=E6=95=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/account.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/contract/account.vue b/src/views/contract/account.vue index 2ee9845..47a8698 100644 --- a/src/views/contract/account.vue +++ b/src/views/contract/account.vue @@ -36,7 +36,7 @@
{{$t('contract.a7')}}
-
{{ price1(accountInfo.riskRate) || "0%" }}
+
{{ accountInfo.riskRate || "0%" }}