From 264ae424801ec3d1a1d6046121ecf3884deea069 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 11:36:04 +0800
Subject: [PATCH] Merge branch 'dev6.19' of http://124.156.157.155:8060/r/composite_h5-main into dev6.19
---
src/views/news/index.vue | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/src/views/news/index.vue b/src/views/news/index.vue
index 8a1e86f..593f7d3 100644
--- a/src/views/news/index.vue
+++ b/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 = () => {
--
Gitblit v1.9.3