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({