From 7a57bcc3208f804cde9915d361f1a738a4e88e1d Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 30 Apr 2024 16:54:03 +0800
Subject: [PATCH] first

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

diff --git a/src/page/new-urrency/index.vue b/src/page/new-urrency/index.vue
index 90db8e0..59c57da 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')"
     >
-      <!-- @click-right="$router.push('/list-urrency')" -->
-      <!-- <template #right>
+      <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,6 +24,25 @@
           {{ 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