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/components/subscription-list-index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/page/new-urrency/components/subscription-list-index.vue b/src/page/new-urrency/components/subscription-list-index.vue
index b8d6a36..2d92cdd 100644
--- a/src/page/new-urrency/components/subscription-list-index.vue
+++ b/src/page/new-urrency/components/subscription-list-index.vue
@@ -34,18 +34,20 @@
</van-col>
</van-row>
</van-cell>
+ <listUrrency style="margin-top: 50px" :active="1"></listUrrency>
</div>
</template>
<script>
import { icoNewCurrencygetList, icoOrderAppAdd } from "@/API/home.api";
import { List, Cell, Dialog, Notify } from "vant";
-
+import listUrrency from "../list-urrency.vue";
export default {
components: {
[Dialog.Component.name]: Dialog.Component,
[List.name]: List,
[Cell.name]: Cell,
+ listUrrency: listUrrency,
},
props: ["active"],
watch: {
--
Gitblit v1.9.3