修改图片路近
This commit is contained in:
parent
7f6a50c3c2
commit
bce0f3e7e0
|
@ -32,7 +32,7 @@ export default function EditUserName() {
|
|||
} else if (utf8Length(name) > 10) {
|
||||
Toast.show({
|
||||
icon: "fail",
|
||||
content: "昵称不得超过10个字",
|
||||
content: "昵称过长",
|
||||
position: "top",
|
||||
});
|
||||
return;
|
||||
|
|
|
@ -96,7 +96,10 @@ export default function Share() {
|
|||
<div className="flex items-center flex-nowrap">
|
||||
<img
|
||||
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>
|
||||
</div>
|
||||
|
|
|
@ -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}元即可成为铁粉
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue