From 2d824e3fd91927fd02ef0d8b4a7dae35c69fc52e Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 30 Apr 2024 16:02:25 +0800
Subject: [PATCH] first

---
 src/page/new-urrency/index.vue |   25 +++----------------------
 1 files changed, 3 insertions(+), 22 deletions(-)

diff --git a/src/page/new-urrency/index.vue b/src/page/new-urrency/index.vue
index 59c57da..90db8e0 100644
--- a/src/page/new-urrency/index.vue
+++ b/src/page/new-urrency/index.vue
@@ -6,11 +6,11 @@
       title="ICO"
       left-arrow
       @click-left="onClickLeft"
-      @click-right="$router.push('/list-urrency')"
     >
-      <template #right>
+      <!-- @click-right="$router.push('/list-urrency')" -->
+      <!-- <template #right>
         <van-icon name="todo-list-o" size="20" />
-      </template>
+      </template> -->
     </van-nav-bar>
     <div class="ico-warp">
       <div class="ex-tabs flex">
@@ -24,25 +24,6 @@
           {{ item.name }}
         </div>
       </div>
-      <!-- <template v-if="active !== 0">
-        <van-cell v-for="item in showList" :key="item.id">
-          <van-row
-            align="center"
-            type="flex"
-            justify="space-between"
-            @click="setgoumai(item)"
-            class="item-box"
-          >
-            <van-col span="8">{{ item.newCoinName }}</van-col>
-            <van-col span="12">{{ $t("单价:") }}{{ item.issuePrice }}</van-col>
-            <van-col span="4">
-              <div class="bt">
-                {{ item.type === 1 ? $t("认购") : $t("配售") }}
-              </div>
-            </van-col>
-          </van-row>
-        </van-cell>
-      </template> -->
 
       <template v-if="active === 1">
         <subscriptionListIndex :active="active" />

--
Gitblit v1.9.3