From bce0f3e7e01672fcef282125dee0b16f21e6b0d2 Mon Sep 17 00:00:00 2001 From: al Date: Thu, 22 Aug 2024 12:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E8=B7=AF?= =?UTF-8?q?=E8=BF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/my/editUserProfile/editUserName/page.js | 2 +- app/space/share/[user_id]/page.jsx | 5 ++++- components/PaySpacePost/index.js | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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}元即可成为铁粉

)}