From d11b87e417d7881bfb335f07ad008d7671a9daf2 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 15 Jan 2026 14:55:45 +0800
Subject: [PATCH] 1
---
src/page/newUser/index.vue | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 96c5a72..059c129 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -81,7 +81,7 @@
>{{ $t("提款") }}</van-button
>
</van-col> -->
- <!-- <van-col span="8" style="display: flex; justify-content: center">
+ <van-col span="8" style="display: flex; justify-content: center">
<van-button
@click="leverShow = true"
class="btn-two"
@@ -89,7 +89,7 @@
>
{{ $t("申请杠杠") }}
</van-button>
- </van-col> -->
+ </van-col>
</van-row>
<van-dialog
@@ -112,9 +112,14 @@
<van-radio name="2" />
</template>
</van-cell>
- <van-cell title="5X" clickable @click="radio = '5'">
+ <van-cell title="4X" clickable @click="radio = '4'">
<template #right-icon>
- <van-radio name="5" />
+ <van-radio name="4" />
+ </template>
+ </van-cell>
+ <van-cell title="6X" clickable @click="radio = '6'">
+ <template #right-icon>
+ <van-radio name="6" />
</template>
</van-cell>
<van-cell title="10X" clickable @click="radio = '10'">
@@ -287,7 +292,7 @@
title2: this.$t("日股冻结"),
accectType: "JP",
symbolCode: "JPY",
- symbol: "¥",
+ symbol: "円",
},
],
active: this.$t("日股資產"),
@@ -392,7 +397,7 @@
title2: this.$t("日股冻结"),
accectType: "JP",
symbolCode: "JPY",
- symbol: "¥",
+ symbol: "円",
},
]
this.iconlist = [{
--
Gitblit v1.9.3