From ae313a0f7cc9fa2cdc469e663832f8b1dd82c655 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sat, 20 Apr 2024 18:28:12 +0800
Subject: [PATCH] first
---
src/page/new-urrency/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/page/new-urrency/index.vue b/src/page/new-urrency/index.vue
index 4eb11eb..0c01562 100644
--- a/src/page/new-urrency/index.vue
+++ b/src/page/new-urrency/index.vue
@@ -214,6 +214,7 @@
Dialog.alert({
title: this.$t("提示"),
message: this.$t("配售成功"),
+ confirmButtonText: this.$t("确定"),
}).then(() => {
this.$router.push(`/list-urrency?type=${this.activeData.type}`);
});
--
Gitblit v1.9.3