fix: make content api
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
@@ -591,7 +591,7 @@ const saveAndUse = async () => {
|
|||||||
abilityRes?.message === "分享可继续"
|
abilityRes?.message === "分享可继续"
|
||||||
) {
|
) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: "分享到群聊可继续使用",
|
title: "分享给好友可继续使用",
|
||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user