| | |
| | | </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> |
| | |
| | | <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"> |
| | |
| | | goToPage('/customerService') |
| | | } |
| | | const goToPage = (path) => { |
| | | router.push(path) |
| | | if(path=='/mining'){ |
| | | showToast({ |
| | | message: 'Stay tuned', |
| | | position: 'bottom', |
| | | }) |
| | | }else{ |
| | | router.push(path) |
| | | } |
| | | } |
| | | |
| | | const getInformationList = () => { |