1
李凌
2026-01-21 e01cee0f0c5c5c2eb2d8595eadb3c7a9df2a37fc
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>