From 19ff114cf975699994b766c5ef4581f06d4f8c41 Mon Sep 17 00:00:00 2001
From: JinxChen <2183691628@qq.com>
Date: Wed, 1 Mar 2023 18:40:33 +0800
Subject: [PATCH] =?UTF-8?q?feature=20-=20=E4=BF=AE=E6=94=B9=20=E6=BF=80?=
=?UTF-8?q?=E6=B4=BB=E7=95=8C=E9=9D=A2=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 5 +++--
src/views/card-active/index.vue | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index cdec73c..852c9da 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
@@ -240,4 +240,5 @@ update
`2023.3.1`
feature
- 增加 已购买未激活容错页面
-- 修复 已购买未激活未跳转容错页面的问题
\ No newline at end of file
+- 修复 已购买未激活未跳转容错页面的问题
+- 修改 激活界面文字提示
\ No newline at end of file
diff --git a/src/views/card-active/index.vue b/src/views/card-active/index.vue
index 2bbe4ec..e5e15a3 100644
--- a/src/views/card-active/index.vue
+++ b/src/views/card-active/index.vue
@@ -34,10 +34,11 @@ export default {
},
methods: {
onShowDialog() {
+ // 检测到您已充值、但未激活电话卡。。。。
let that = this;
this.$dialog.confirm({
title: '激活提示',
- message: `您已付费、但未激电话卡,请点击确认前往激活电话卡。`,
+ message: `检测到您已充值、但未激活电话卡请点击确认前往激活电话卡。`,
showCancelButton: false
}).then(() => {
that.$router.replace({