From 2fdedd7395852f207a25acaf0b57c09dbf8cda4d Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 28 Apr 2024 10:23:28 +0800
Subject: [PATCH] 修改:充值新增 USDC
---
src/components/perpetual-open/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/perpetual-open/index.vue b/src/components/perpetual-open/index.vue
index 9e127cd..bba2761 100644
--- a/src/components/perpetual-open/index.vue
+++ b/src/components/perpetual-open/index.vue
@@ -63,7 +63,7 @@
</div>
<div class="text-right items-end justify-end">
<div class="">{{ $t("数量") }}</div>
- <div class="mt-4">({{ symbol.toUpperCase() || "--" }})</div>
+ <div class="mt-4">({{ symbol | _symbolName() }})</div>
</div>
</div>
<div
@@ -586,7 +586,7 @@
this.form.price = val;
}
this.form.para_id =
- this.initFutrue.para && this.initFutrue.para[this.paraIndex].para_id; // 不优雅,不可靠
+ this.initFutrue.para && this.initFutrue.para[this.paraIndex]?.para_id; // 不优雅,不可靠
// this.form.symbol = this.symbol.toLowerCase()
},
initOpen: {
--
Gitblit v1.9.3