diff --git a/app/my/editUserProfile/editUserName/page.js b/app/my/editUserProfile/editUserName/page.js index 4cb27c6..d7ff277 100644 --- a/app/my/editUserProfile/editUserName/page.js +++ b/app/my/editUserProfile/editUserName/page.js @@ -32,7 +32,7 @@ export default function EditUserName() { } else if (utf8Length(name) > 10) { Toast.show({ icon: "fail", - content: "昵称不得超过10个字", + content: "昵称过长", position: "top", }); return; diff --git a/app/space/share/[user_id]/page.jsx b/app/space/share/[user_id]/page.jsx index 550eddf..5ac3c39 100644 --- a/app/space/share/[user_id]/page.jsx +++ b/app/space/share/[user_id]/page.jsx @@ -96,7 +96,10 @@ export default function Share() {
铁粉空间
diff --git a/components/PaySpacePost/index.js b/components/PaySpacePost/index.js index c0d495e..dedb9cf 100644 --- a/components/PaySpacePost/index.js +++ b/components/PaySpacePost/index.js @@ -148,7 +148,7 @@ export default function PaySpacePost({ className="text-xs mt-2 text-[#FFFFFF40]" // style={{ color: type === "ironFan" ? "#ff669e54" : "#FFD68554" }} > - 空间内任何消费满{data.ironfanship_price / 100}元即可成为铁粉 + 空间内任意消费满{data.ironfanship_price / 100}元即可成为铁粉

)}