From 2b89158d7bf80f2c9a8a4203b4837de92837e7ca Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Mon, 19 Jan 2026 13:52:48 +0800
Subject: [PATCH] 1
---
src/page/newUser/index.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 73a61e8..33dbbec 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -47,9 +47,8 @@
<van-row style="margin-top: 16px">
<van-col span="8" style="display: flex; justify-content: center">
- <!-- @click="$router.push('/recharge')" -->
<!-- @click="kefu" -->
- <van-button @click="kefu" class="btn-two" type="primary">
+ <van-button @click="$router.push('/recharge')" class="btn-two" type="primary">
{{ $t("hj172") }}
</van-button>
</van-col>
@@ -61,7 +60,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 +68,7 @@
>
{{ $t("申请杠杠") }}
</van-button>
- </van-col>
+ </van-col> -->
</van-row>
<van-dialog
--
Gitblit v1.9.3