From 36ff1fb98898896d692d8eaa2033ee9a6b49d3a8 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Fri, 6 Feb 2026 10:29:56 +0800 Subject: [PATCH] fix: make content api --- components/LoginPopup/LoginPopup.vue | 1 - pages/avatar/index.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/LoginPopup/LoginPopup.vue b/components/LoginPopup/LoginPopup.vue index a20d0da..99334bf 100644 --- a/components/LoginPopup/LoginPopup.vue +++ b/components/LoginPopup/LoginPopup.vue @@ -96,7 +96,6 @@ const popupRef = ref(null); const privacyRef = ref(null); const avatarUrl = ref(""); const nickname = ref(""); -const isAgreed = ref(false); const userStore = useUserStore(); diff --git a/pages/avatar/index.vue b/pages/avatar/index.vue index e87bca3..82250f3 100644 --- a/pages/avatar/index.vue +++ b/pages/avatar/index.vue @@ -591,7 +591,7 @@ const saveAndUse = async () => { abilityRes?.message === "分享可继续" ) { uni.showToast({ - title: "分享到群聊可继续使用", + title: "分享给好友可继续使用", icon: "none", }); return;