修改图片路近

This commit is contained in:
al 2024-08-22 12:33:03 +08:00
parent 7f6a50c3c2
commit bce0f3e7e0
3 changed files with 6 additions and 3 deletions

View File

@ -32,7 +32,7 @@ export default function EditUserName() {
} else if (utf8Length(name) > 10) { } else if (utf8Length(name) > 10) {
Toast.show({ Toast.show({
icon: "fail", icon: "fail",
content: "昵称不得超过10个字", content: "昵称过长",
position: "top", position: "top",
}); });
return; return;

View File

@ -96,7 +96,10 @@ export default function Share() {
<div className="flex items-center flex-nowrap"> <div className="flex items-center flex-nowrap">
<img <img
className="object-cover scale-110 w-3 mr-1" className="object-cover scale-110 w-3 mr-1"
src="/images/icon_without_bg.png" src={
process.env.NEXT_PUBLIC_WEB_ASSETS_URL +
"/images/icon_without_bg.png"
}
/> />
<span className="whitespace-nowrap">铁粉空间</span> <span className="whitespace-nowrap">铁粉空间</span>
</div> </div>

View File

@ -148,7 +148,7 @@ export default function PaySpacePost({
className="text-xs mt-2 text-[#FFFFFF40]" className="text-xs mt-2 text-[#FFFFFF40]"
// style={{ color: type === "ironFan" ? "#ff669e54" : "#FFD68554" }} // style={{ color: type === "ironFan" ? "#ff669e54" : "#FFD68554" }}
> >
空间内任消费满{data.ironfanship_price / 100}元即可成为铁粉 空间内任消费满{data.ironfanship_price / 100}元即可成为铁粉
</p> </p>
)} )}
</div> </div>