zzzz
2024-04-30 7a57bcc3208f804cde9915d361f1a738a4e88e1d
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" />