huzheng12
2024-05-03 5f645734b032f744a8d76dc06a3593c5c4f749d4
src/page/new-urrency/index.vue
@@ -183,6 +183,10 @@
          id: 2,
        },
        {
          name: this.$t("中签结果"),
          id: 3,
        },
        {
          name: this.$t("新币预览"),
          id: 0,
        },
@@ -240,6 +244,9 @@
    // 获取列表
    changeTab(item) {
      if (item.id === 3) {
        return this.$router.push("/list-urrency");
      }
      this.active = item.id;
    },
  },