fix: make content api

This commit is contained in:
zzc
2026-02-06 10:29:56 +08:00
parent e4f81b3dc9
commit 36ff1fb988
2 changed files with 1 additions and 2 deletions

View File

@@ -96,7 +96,6 @@ const popupRef = ref(null);
const privacyRef = ref(null); const privacyRef = ref(null);
const avatarUrl = ref(""); const avatarUrl = ref("");
const nickname = ref(""); const nickname = ref("");
const isAgreed = ref(false);
const userStore = useUserStore(); const userStore = useUserStore();

View File

@@ -591,7 +591,7 @@ const saveAndUse = async () => {
abilityRes?.message === "分享可继续" abilityRes?.message === "分享可继续"
) { ) {
uni.showToast({ uni.showToast({
title: "分享到群聊可继续使用", title: "分享给好友可继续使用",
icon: "none", icon: "none",
}); });
return; return;