From 5f645734b032f744a8d76dc06a3593c5c4f749d4 Mon Sep 17 00:00:00 2001
From: huzheng12 <52150713+huzheng12@users.noreply.github.com>
Date: Fri, 03 May 2024 20:26:29 +0800
Subject: [PATCH] first commit
---
src/page/new-urrency/index.vue | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/page/new-urrency/index.vue b/src/page/new-urrency/index.vue
index 59c57da..84ce58a 100644
--- a/src/page/new-urrency/index.vue
+++ b/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;
},
},
--
Gitblit v1.9.3