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,6 +545,13 @@
          </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/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">
@@ -672,12 +679,12 @@
                  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"),
                  name: this.$t("first.a1"),
                  img: '/static/img/icon-options.png',
                  url: '/pages/base/index?tel=option-list'
               }, {
@@ -735,9 +742,16 @@
            this.show = true
         },
         navto(url) {
            uni.navigateTo({
               url
            })
            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",
@@ -1013,7 +1027,7 @@
      mounted() {
         this.indexData();
         this.getwhlist()
         this.indexMarketList();
         this.getCurrencyExCny()
         if (this.isLogin) {
@@ -1022,7 +1036,7 @@
         }
         this.timer = setInterval(() => {
            this.getwhlist()
         },10000)
         }, 10000)
      },
      destroyed() {
         clearInterval(this.timer);
@@ -1030,6 +1044,13 @@
   };
</script>
<style lang="scss" scoped>
   a {
      text-decoration: none;
      /* 去掉下划线 */
      color: black;
      /* 改变文字颜色 */
   }
   // .colbg {
   //   background-color: $bg;
   // }