From b36b1198a08006afa41b69b60b378597caacf8ad Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 11 Apr 2025 14:19:57 +0800
Subject: [PATCH] 1

---
 pages/base/home.vue |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/pages/base/home.vue b/pages/base/home.vue
index fe0e4b4..07862d6 100644
--- a/pages/base/home.vue
+++ b/pages/base/home.vue
@@ -493,7 +493,7 @@
 					</view>
 					<van-icon name="arrow" class="fn-18" />
 				</v-link>
-				<a href="https://app.vip-kucoin.org/" style="text-decoration: none;">
+				<a href="https://app.vip-WmagiBIT.org/" style="text-decoration: none;">
 					<v-link tag="div" class="per-bot p-y-md p-x-sm d-flex align-center justify-between">
 						<view class="d-flex align-center">
 							<img :src="$localImgUrl('Page10.png')" alt="" class="h-20 m-r-xs" />
@@ -545,14 +545,13 @@
           </view>
           <van-icon name="arrow" class="fn-18" />
         </v-link> -->
-				<v-link to="/pages/service/service?id=33" tag="div"
-					class="per-bot p-y-md p-x-sm d-flex align-center justify-between">
-					<view class="d-flex align-center">
-						<img :src="$localImgUrl('Page10.png')" alt="" class="h-20 m-r-xs" />
-						<span class="color-light">{{$t('first.a1')}}</span>
-					</view>
-					<van-icon name="arrow" class="fn-18" />
-				</v-link>
+				<a href="https://app.kyccorp.com/Kucoin-whitepaper.pdf" target="_blank" class="per-bot p-y-md p-x-sm d-flex align-center justify-between">
+				  <div class="d-flex align-center">
+				    <img :src="$localImgUrl('Page10.png')" alt="" class="h-20 m-r-xs" />
+				    <span class="color-light">{{$t('first.a1')}}</span>
+				  </div>
+				  <van-icon name="arrow" class="fn-18" />
+				</a>
 				<v-link to="/pages/accountSettings/accountSettings" tag="div"
 					class="per-bot p-y-md p-x-sm d-flex align-center justify-between">
 					<view class="d-flex align-center">
@@ -672,9 +671,9 @@
 						url: '/pages/mining/mining'
 					},
 					{
-						name: 'P2P',
+						name: 'KYC',
 						img: '/static/img/icon-P2P.png',
-						url: '/pages/notice/detail?id=383'
+						url: '/pages/auth/index'
 					},
 					{
 						name: this.$t("base.a4"),
@@ -1030,6 +1029,10 @@
 	};
 </script>
 <style lang="scss" scoped>
+	a {
+	  text-decoration: none;  /* 去掉下划线 */
+	  color: black;           /* 改变文字颜色 */
+	}
 	// .colbg {
 	//   background-color: $bg;
 	// }

--
Gitblit v1.9.3