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;