zzzz
2024-04-30 7a57bcc3208f804cde9915d361f1a738a4e88e1d
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: {