From c523ce0e8f371ed6c5a503eaa0a938b202daf8c2 Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Tue, 15 Nov 2022 10:09:46 +0800
Subject: [PATCH] 吃屁护

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

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 2e6175b..a12b1e6 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -6,8 +6,8 @@
           <div @click="goToTopUp()">
             <img src="@/assets/img/qianbao.png" alt />
           </div>
-          <div @click="goOnline">
-            <img src="@/assets/img/kefu.png" alt />
+          <div @click="goOnline" style="justify-content: flex-end;">
+            <img style="width: 0.5rem;height: 0.5rem;" src="@/assets/img/kefu.png" alt />
           </div>
         </div>
       </div>
@@ -240,7 +240,7 @@
         // 支持
         navigator.vibrate([55]);
       }
-      window.location.href = this.onlineService;
+      this.$router.push('/service');
     },
     async getInfoSite() {
       let data = await api.getInfoSite()
@@ -418,15 +418,15 @@
       align-items: center;
 
       .right_icon {
-        width: 25%;
+        width: 17%;
         height: 50%;
         display: flex;
 
         >div {
-          width: 50%;
+          width: 100%;
           height: 100%;
           display: flex;
-          justify-content: center;
+          justify-content: space-between;
           align-items: center;
 
           img {

--
Gitblit v1.9.3