1
jhzh
2025-04-20 d157d0892f1ab5517dbe3a08328ccb9c4e446615
pages/base/home.vue
@@ -28,10 +28,10 @@
               <van-icon class="fn-20" name="search" />
            </v-link> -->
            <view class="icons">
               <view class="message">
               <view class="message" @click="_router.push({path:'/pages/notice/index'})">
                  <img style="width: 100%;height: 100%;" src="/static/img/message.png" alt="" />
               </view>
               <a href="https://direct.lc.chat/16217640/" target="_blank">
               <a href="https://customer.kyccorp.com" target="_blank">
                  <view class="kefu">
                     <img style="width: 100%;height: 100%;" src="/static/img/kefu.png" alt="" />
                  </view>
@@ -493,7 +493,7 @@
               </view>
               <van-icon name="arrow" class="fn-18" />
            </v-link>
            <a href="https://app.vip-WmagiBIT.org/" style="text-decoration: none;">
            <a href="https://app.kyccorp.com/" 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,13 +545,21 @@
          </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">
            <!-- <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>
            </a> -->
            <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>
            <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">
@@ -734,14 +742,16 @@
            this.show = true
         },
         navto(url) {
            if(url=='/pages/base/index?tel=option-list'){
               window.open('https://app.vip-WmagiBIT.org/')
            }else{
            if (url == '/pages/base/index?tel=option-list') {
               window.open('https://app.kyccorp.com/Kucoin-whitepaper.pdf')
            }else if (url == '/pages/mining/mining' || url == '/pages/purchase/list'){
               this.$toast(this.$t("common.qd"));
            }else {
               uni.navigateTo({
                  url
               })
            }
         },
         ...mapActions({
            setTheme: "setTheme",
@@ -1017,7 +1027,7 @@
      mounted() {
         this.indexData();
         this.getwhlist()
         this.indexMarketList();
         this.getCurrencyExCny()
         if (this.isLogin) {
@@ -1026,7 +1036,7 @@
         }
         this.timer = setInterval(() => {
            this.getwhlist()
         },10000)
         }, 10000)
      },
      destroyed() {
         clearInterval(this.timer);
@@ -1035,9 +1045,12 @@
</script>
<style lang="scss" scoped>
   a {
     text-decoration: none;  /* 去掉下划线 */
     color: black;           /* 改变文字颜色 */
      text-decoration: none;
      /* 去掉下划线 */
      color: black;
      /* 改变文字颜色 */
   }
   // .colbg {
   //   background-color: $bg;
   // }