From 7a57bcc3208f804cde9915d361f1a738a4e88e1d Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 30 Apr 2024 16:54:03 +0800
Subject: [PATCH] first

---
 src/page/new-urrency/components/placing-list-index.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/page/new-urrency/components/placing-list-index.vue b/src/page/new-urrency/components/placing-list-index.vue
index a0601de..f47dac8 100644
--- a/src/page/new-urrency/components/placing-list-index.vue
+++ b/src/page/new-urrency/components/placing-list-index.vue
@@ -34,21 +34,18 @@
         </van-col>
       </van-row>
     </van-cell>
-    <listUrrency style="margin-top: 50px" :active="2"></listUrrency>
   </div>
 </template>
 
 <script>
 import { icoNewCurrencygetList } 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