lxf
2025-07-15 264ae424801ec3d1a1d6046121ecf3884deea069
src/views/news/index.vue
@@ -47,7 +47,7 @@
            </div>
          </div>
          <div class="flex justify-between">
            <div class="py-2 px-8 rounded-full text-13 font-medium bg-white">{{ item.change_ratio_str }}</div>
            <div class="py-2 px-8 rounded-full text-13 font-medium bg-white">{{ item.change_ratio }}</div>
            <span class="text-18" :class="index % 2 === 1 ? 'c2c_color' : ''">→</span>
          </div>
        </div>
@@ -75,7 +75,7 @@
      <div class="w-40 h-40 rounded-full flex items-center justify-center">
        <img class="w-33 h-33" src="@/assets/c.jpg" draggable="false">
      </div>
      <div class="text-center">{{ t('外汇交割') }}</div>
      <div class="text-center">{{ t('货币兑换') }}</div>
    </div>
    <!-- <div class="flex-1 flex flex-col items-center" @click="copyInviteLink">
      <div class="w-40 h-40 rounded-full flex items-center justify-center">
@@ -163,7 +163,14 @@
  goToPage('/customerService')
}
const goToPage = (path) => {
  router.push(path)
   if(path=='/mining'){
      showToast({
        message: 'Stay tuned',
        position: 'bottom',
      })
   }else{
      router.push(path)
   }
}
const getInformationList = () => {