src/page/new-urrency/list-urrency.vue
@@ -1,6 +1,6 @@ <template> <div> <van-nav-bar <!-- <van-nav-bar :placeholder="true" :fixed="true" :title="$t('ICO记录')" @@ -19,7 +19,7 @@ > {{ item.name }} </div> </div> </div> --> <template v-if="active === 1"> <!-- 认购 --> <subscriptionList :active="active" /> @@ -37,6 +37,7 @@ export default { components: { subscriptionList, placingList }, mounted() {}, props: ["active"], methods: { changeTab(item) { this.active = item.id; @@ -44,7 +45,6 @@ }, data() { return { active: 1, listArr: [ { name: this.$t("认购"),