From e01cee0f0c5c5c2eb2d8595eadb3c7a9df2a37fc Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 21 Jan 2026 16:37:01 +0800
Subject: [PATCH] 1
---
src/views/ICO/ico.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/ICO/ico.vue b/src/views/ICO/ico.vue
index b278d6c..b394c17 100644
--- a/src/views/ICO/ico.vue
+++ b/src/views/ICO/ico.vue
@@ -2,11 +2,11 @@
<div class="ico">
<fx-header :showLeft="false">
<template v-slot:title>
- <div>STO</div>
+ <div>ICO</div>
</template>
- <!-- <template v-slot:right>
+ <template v-slot:right>
<van-icon name="todo-list-o" @click="$router.push('/ICO/icoRecord')" />
- </template> -->
+ </template>
</fx-header>
<div class="ico_list">
@@ -41,9 +41,9 @@
<van-progress :percentage="i.progressRate || 0" track-color="#ccc" />
</div>
</div>
- <!-- <div class="item_3 flex justify-center">
+ <div class="item_3 flex justify-center">
<van-button type="default" round size="large" @click="openBuy(i)">{{$t('申购')}}</van-button>
- </div> -->
+ </div>
</div>
</div>
--
Gitblit v1.9.3