diff --git a/src/assets/img/home/qrcode.png b/src/assets/img/home/qrcode.png index 5939517..2a805ec 100644 Binary files a/src/assets/img/home/qrcode.png and b/src/assets/img/home/qrcode.png differ diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index 467a91e..ee7b10c 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -258,8 +258,9 @@ @@ -365,6 +366,9 @@ export default { ...mapState({ appConfig: "appConfig", }), + isLogin() { + return Boolean(localStorage.token); + }, // 当前语言 nativeLang() { let UALang; diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 694eb35..fe007b0 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -66,7 +66,7 @@
{{ $t("cxiNewText.a40") }}
-
+
IOS & Android
@@ -214,7 +214,7 @@
Android APK
App Stoer
-
+
@@ -2438,10 +2438,13 @@ } .right_img{ - width: 206px; - height: 208px; - background-color: rgba(255, 255, 255, 1); - border-radius: 20px; + // background-color: rgba(255, 255, 255, 1); + img{ + width: 206px; + height: 208px; + border-radius: 20px; + } + } .right_Android{ @@ -2489,7 +2492,7 @@ .Tradinganytime_img{ width: 202px; height: 202px; - background-color: #808080; + // background-color: #808080; } } }