From 0d29d9a2bf0d893a67f1263bb9525131a50a2128 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 23 Mar 2024 11:12:55 +0800
Subject: [PATCH] 首次提交大宝wap

---
 src/components/loginDialog.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/loginDialog.vue b/src/components/loginDialog.vue
index 5dc74e6..1f22307 100644
--- a/src/components/loginDialog.vue
+++ b/src/components/loginDialog.vue
@@ -12,11 +12,11 @@
         </div>
         <div class="portrait">
           <div>
-            <img src="@/assets/img/eslogo.png" alt />
+            <img src="@/assets/img/img_log_home.png" alt />
           </div>
         </div>
         <div class="names">
-          <span>{{ 'Mitrade' }}</span>
+          <span>{{ 'Fidelity' }}</span>
         </div>
         <div class="go_login_btn background" @click="goToLogin()">
           <span class="title1">{{ $t('hj222') }}</span>
@@ -136,7 +136,7 @@
       div {
         width: 2.8rem;
         height: 2.8rem;
-        background: #ccc;
+        background: #fff;
         border-radius: 50%;
         overflow: hidden;
         img {
@@ -183,4 +183,4 @@
 .van-popup.van-popup--bottom{
   border-radius: .2rem .2rem 0 0;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3