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/list-urrency.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/page/new-urrency/list-urrency.vue b/src/page/new-urrency/list-urrency.vue
index 50499af..b3a02d3 100644
--- a/src/page/new-urrency/list-urrency.vue
+++ b/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("认购"),
--
Gitblit v1.9.3