From 0d5daf444d5b2338bf5c2a19630bd0333a6b852a Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 21 Apr 2025 14:32:35 +0800
Subject: [PATCH] feat: 修改日语,注册添加电话
---
src/components/perpetual-open/index.vue | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/components/perpetual-open/index.vue b/src/components/perpetual-open/index.vue
index 126e97b..65dfc74 100644
--- a/src/components/perpetual-open/index.vue
+++ b/src/components/perpetual-open/index.vue
@@ -246,6 +246,16 @@
</div>
</div>
</template>
+
+ <div class="" style="margin-top: 0.8rem">
+ <button
+ class="tabBtn border-none rounded"
+ style="padding: 0 0.6rem"
+ @click="form.amount = initFutrue.amount | nan"
+ >
+ {{ $t("全仓") }}
+ </button>
+ </div>
<div
class="flex font-24 text-grey justify-between mt-32"
v-if="selectIndex == 2"
--
Gitblit v1.9.3