From c57f75664da5f522e6824023af7e5c8fbe8ed38b Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 15 May 2024 17:54:50 +0800
Subject: [PATCH] 修改:客户反馈问题

---
 src/page/newUser/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 832d45f..a8a81b8 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -61,7 +61,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"
@@ -69,7 +69,7 @@
             >
               {{ $t("申请杠杠") }}
             </van-button>
-          </van-col>
+          </van-col> -->
         </van-row>
 
         <van-dialog
@@ -1032,4 +1032,4 @@
 input[type="file"] {
   display: none !important;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3