zzzz
2024-04-30 2d824e3fd91927fd02ef0d8b4a7dae35c69fc52e
src/page/new-urrency/components/placing-list-index.vue
@@ -34,18 +34,21 @@
        </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: {