From f14c1d81cb26d339aff767c280ab35ced0639308 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 15:15:57 +0800
Subject: [PATCH] first

---
 src/page/newUser/index.vue |   42 +++++++++++++++++-------------------------
 1 files changed, 17 insertions(+), 25 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 2b34c15..fb90630 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -27,7 +27,7 @@
 
       <div class="content-box">
         <van-row class="van-row-box">
-          <van-col span="24">
+          <van-col span="20">
             <div class="content-all">
               <span>{{ $t("賬戶總資產") }}({{ $USD }})</span>
               <i @click="xy = !xy" class="iconfont xy">&#xe8c7;</i>
@@ -36,33 +36,22 @@
               <showHide :text="asstesAll" :flg="xy" />
             </div>
           </van-col>
+          <van-col span="4" style="display: flex; justify-content: flex-end">
+            <van-icon
+              @click="$router.push('/rechargelist')"
+              name="orders-o"
+              size="20"
+            />
+          </van-col>
         </van-row>
-        <!-- <van-row style="margin-top: 18px">
-          <div
-            class="van-col van-col--12"
-            style="margin-top: 10px"
-            v-for="item in listAsstes"
-            :key="item.accectType"
-          >
-            <div class="content-title DINPro">
-              {{ item.title3 }}
-              ({{ item.symbolCode }})
-            </div>
-            <div>
-              <div class="DINPro" style="font-size: 18px">
-                <showHide :text="item.availableBalance" :flg="xy" />
-              </div>
-            </div>
-          </div>
-        </van-row> -->
+
         <van-row style="margin-top: 16px">
           <van-col span="8" style="display: flex; justify-content: center">
-            <van-button
-              @click="$router.push('/recharge')"
-              class="btn-two"
-              type="primary"
-              >{{ $t("hj172") }}</van-button
-            >
+            <!-- @click="$router.push('/recharge')" -->
+            <!-- @click="kefu" -->
+            <van-button @click="kefu" class="btn-two" type="primary">
+              {{ $t("hj172") }}
+            </van-button>
           </van-col>
           <van-col span="8" style="display: flex; justify-content: center">
             <van-button
@@ -165,6 +154,9 @@
     this.getInfoSite();
   },
   methods: {
+    kefu() {
+      // window.open(this.onlineService);
+    },
     async getMoneyData() {
       let data = await api.getMoney();
       console.log(data);

--
Gitblit v1.9.3