| | |
| | | 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"> |
| | |
| | | {{ 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" /> |