修改样式

This commit is contained in:
al 2024-08-21 13:02:16 +08:00
parent 22eca5cec2
commit 60a8eee78e
5 changed files with 20 additions and 8 deletions

View File

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

View File

@ -92,12 +92,18 @@ export default function Share() {
</span>
</p>
</div>
{/* <div className="px-2 py-1 mt-2 bg-[#FF61B030] rounded-full justify-center">
</div> */}
<p className="px-2 py-1 text-2xs text-[#FF669E]">
www.tiefen.fun
</p>
<div className="py-1 text-xs flex flex-wrap items-center ">
<div className="flex items-center flex-nowrap">
<img
className="object-cover scale-110 w-3 mr-1"
src="/images/icon_without_bg.png"
/>
<span className="whitespace-nowrap">铁粉空间</span>
</div>
<span className="text-[#ffffff80] whitespace-nowrap">
|官网:tiefen.fun
</span>
</div>
</div>
<div className="h-24 aspect-square ml-auto overflow-hidden rounded shrink-0">
<img className="object-cover scale-110 w-full" src={qrcodeUrl} />

View File

@ -85,7 +85,13 @@ export default function AddWeChat({
});
return;
}
if (userWechat.match(/wxid_|[\u4e00-\u9fa5]/g)) {
Toast.show({
content: "请提交可被搜索的有效微信",
position: "top",
});
return;
}
//付款函数
const payCoin = async () => {
try {

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB