From c8f43d6ccbd23251894d60be133d09c478e2642c Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Thu, 30 Mar 2023 16:13:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BA=A0=E6=AD=A3=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/push/pushFriend/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/common/push/pushFriend/index.vue b/src/views/common/push/pushFriend/index.vue index 6b6867a..f269fab 100644 --- a/src/views/common/push/pushFriend/index.vue +++ b/src/views/common/push/pushFriend/index.vue @@ -89,7 +89,7 @@ createConfirm({ iconType: 'warning', title: '警告', - content: `是否关注用户为${record?.nickName}的数据?`, + content: `是否关注用户为${record?.nickName}?`, onOk: async () => { await addPushConcernFan({ concernUserId: userInfoStore.id, @@ -105,7 +105,7 @@ createConfirm({ iconType: 'warning', title: '警告', - content: `是否确认把${record?.nickName}的用户加入打黑名单?`, + content: `是否确认把${record?.nickName}的用户加入黑名单?`, onOk: async () => { await addPushBlacklist({ concernUserId: userInfoStore.id,