From eeb8f18b48989bac5eb5847a51359496956c5339 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Thu, 30 Apr 2026 18:32:45 +0800
Subject: [PATCH] 1
---
src/page/newUser/index.vue | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 692320d..37dea64 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"
@@ -423,7 +422,7 @@
});
});
- const arr = data.data.filter((item) => item.accectType === "ALL");
+ const arr = data.data.filter((item) => item.accectType === "IN");
this.asstesAll = arr[0].totalMoney;
}
},
@@ -674,7 +673,7 @@
box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
}
/deep/ .van-button--primary {
- background-color: #0066ed;
+ background-color: #00f0ff;
}
/deep/ .van-tab {
min-width: 2.66667rem;
@@ -698,7 +697,7 @@
height: auto;
}
/deep/ .van-tabs__line {
- background-color: #0066ed;
+ background-color: #00f0ff;
// height: auto;
}
.xy {
@@ -824,7 +823,7 @@
width: 120px;
padding: 0.17074rem 0.222222rem;
border-radius: 25px;
- background: #409eff;
+ background: #00f0ff;
color: #fff;
}
@@ -905,7 +904,7 @@
.user_page {
width: 100%;
height: calc(100% - 1.3rem);
- background: linear-gradient(to bottom, #3160fd, #ffffff);
+ background: linear-gradient(to bottom, #00f0ff, #ffffff);
.content {
width: 100%;
--
Gitblit v1.9.3