This commit is contained in:
iHeyTang 2025-09-29 16:00:42 +08:00
parent f668715c41
commit d5fa97e3f2
1 changed files with 8 additions and 0 deletions

View File

@ -102,6 +102,14 @@ export default function Create() {
);
}
if (!template) {
return (
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100vh' }}>
<div>Loading...</div>
</div>
);
}
return (
<div className="friends-photo">
{/* 上传区域 */}